Class GirderWrenchBehavior

java.lang.Object
com.simibubi.create.content.curiosities.girder.GirderWrenchBehavior

public class GirderWrenchBehavior extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<Pair<net.minecraft.core.Direction,com.simibubi.create.content.curiosities.girder.GirderWrenchBehavior.Action>>
    getValidDirections(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
     
    static boolean
    handleClick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.phys.BlockHitResult result)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GirderWrenchBehavior

      public GirderWrenchBehavior()
  • Method Details

    • tick

      public static void tick()
    • getValidDirections

      public static List<Pair<net.minecraft.core.Direction,com.simibubi.create.content.curiosities.girder.GirderWrenchBehavior.Action>> getValidDirections(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
    • handleClick

      public static boolean handleClick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.phys.BlockHitResult result)