Class ConnectedInputHandler
java.lang.Object
com.simibubi.create.content.contraptions.components.crafter.ConnectedInputHandler
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconnectControllers(net.minecraft.world.level.Level world, MechanicalCrafterTileEntity crafter1, MechanicalCrafterTileEntity crafter2) static voidinitAndAddAll(net.minecraft.world.level.Level world, MechanicalCrafterTileEntity crafter, Collection<net.minecraft.core.BlockPos> positions) static booleanshouldConnect(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, net.minecraft.core.Direction direction) static voidtoggleConnection(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos pos2)
-
Constructor Details
-
ConnectedInputHandler
public ConnectedInputHandler()
-
-
Method Details
-
shouldConnect
public static boolean shouldConnect(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction face, net.minecraft.core.Direction direction) -
toggleConnection
public static void toggleConnection(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, net.minecraft.core.BlockPos pos2) -
initAndAddAll
public static void initAndAddAll(net.minecraft.world.level.Level world, MechanicalCrafterTileEntity crafter, Collection<net.minecraft.core.BlockPos> positions) -
connectControllers
public static void connectControllers(net.minecraft.world.level.Level world, MechanicalCrafterTileEntity crafter1, MechanicalCrafterTileEntity crafter2)
-