Class ControlsServerHandler
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsServerHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic WorldAttached<Map<UUID,com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsServerHandler.ControlsContext>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreceivePressed(net.minecraft.world.level.LevelAccessor world, AbstractContraptionEntity entity, net.minecraft.core.BlockPos controlsPos, UUID uniqueID, Collection<Integer> collect, boolean pressed) static voidtick(net.minecraft.world.level.LevelAccessor world)
-
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)
-