Class ControlsInputPacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsInputPacket
-
Constructor Summary
ConstructorsConstructorDescriptionControlsInputPacket(Collection<Integer> activatedButtons, boolean press, int contraptionEntityId, net.minecraft.core.BlockPos controlsPos, boolean stopControlling) ControlsInputPacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
ControlsInputPacket
public ControlsInputPacket(Collection<Integer> activatedButtons, boolean press, int contraptionEntityId, net.minecraft.core.BlockPos controlsPos, boolean stopControlling) -
ControlsInputPacket
public ControlsInputPacket(net.minecraft.network.FriendlyByteBuf buffer)
-
-
Method Details
-
write
public void write(net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
writein classSimplePacketBase
-
handle
- Specified by:
handlein classSimplePacketBase
-