java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsServerHandler

public class ControlsServerHandler extends Object
  • Field Details

    • receivedInputs

      public static WorldAttached<Map<UUID,com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsServerHandler.ControlsContext>> receivedInputs
  • Constructor Details

    • ControlsServerHandler

      public ControlsServerHandler()
  • Method Details

    • tick

      public static void tick(net.minecraft.world.level.LevelAccessor world)
    • receivePressed

      public static void receivePressed(net.minecraft.world.level.LevelAccessor world, AbstractContraptionEntity entity, net.minecraft.core.BlockPos controlsPos, UUID uniqueID, Collection<Integer> collect, boolean pressed)