Class ArmInteractionPointHandler
java.lang.Object
com.simibubi.create.content.logistics.block.mechanicalArm.ArmInteractionPointHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidflushSettings(net.minecraft.core.BlockPos pos) static voidleftClickingBlocksDeselectsThem(net.minecraftforge.event.entity.player.PlayerInteractEvent.LeftClickBlock event) static voidrightClickingBlocksSelectsThem(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) static voidtick()
-
Constructor Details
-
ArmInteractionPointHandler
public ArmInteractionPointHandler()
-
-
Method Details
-
rightClickingBlocksSelectsThem
public static void rightClickingBlocksSelectsThem(net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickBlock event) -
leftClickingBlocksDeselectsThem
public static void leftClickingBlocksDeselectsThem(net.minecraftforge.event.entity.player.PlayerInteractEvent.LeftClickBlock event) -
flushSettings
public static void flushSettings(net.minecraft.core.BlockPos pos) -
tick
public static void tick()
-