java.lang.Object
com.simibubi.create.content.contraptions.components.crafter.ConnectedInputHandler

public class ConnectedInputHandler extends Object
  • 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)