Class FactoryPanelConnectionHandler
java.lang.Object
com.simibubi.create.content.logistics.factoryBoard.FactoryPanelConnectionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic net.minecraft.world.phys.AABBgetBB(net.minecraft.world.level.block.state.BlockState blockState, FactoryPanelPosition factoryPanelPosition) static booleanstatic booleanpanelClicked(net.minecraft.world.level.LevelAccessor level, net.minecraft.world.entity.player.Player player, FactoryPanelBehaviour panel) static voidstartConnection(FactoryPanelBehaviour behaviour) static voidstartRelocating(FactoryPanelBehaviour behaviour)
-
Constructor Details
-
FactoryPanelConnectionHandler
public FactoryPanelConnectionHandler()
-
-
Method Details
-
panelClicked
public static boolean panelClicked(net.minecraft.world.level.LevelAccessor level, net.minecraft.world.entity.player.Player player, FactoryPanelBehaviour panel) -
clientTick
public static void clientTick() -
onRightClick
public static boolean onRightClick() -
startRelocating
-
startConnection
-
getBB
public static net.minecraft.world.phys.AABB getBB(net.minecraft.world.level.block.state.BlockState blockState, FactoryPanelPosition factoryPanelPosition)
-