Class EjectorTargetHandler
java.lang.Object
com.simibubi.create.content.logistics.block.depot.EjectorTargetHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddrawArc()static voidflushSettings(net.minecraft.core.BlockPos pos) static net.minecraft.core.DirectiongetValidTargetDirection(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
-
EjectorTargetHandler
public EjectorTargetHandler()
-
-
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) -
getValidTargetDirection
public static net.minecraft.core.Direction getValidTargetDirection(net.minecraft.core.BlockPos pos) -
tick
public static void tick() -
drawArc
protected static void drawArc()
-