Class GantryContraptionUpdatePacket
java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.contraptions.components.structureMovement.gantry.GantryContraptionUpdatePacket
-
Constructor Summary
ConstructorsConstructorDescriptionGantryContraptionUpdatePacket(int entityID, double coord, double motion) GantryContraptionUpdatePacket(net.minecraft.network.FriendlyByteBuf buffer) -
Method Summary
-
Constructor Details
-
GantryContraptionUpdatePacket
public GantryContraptionUpdatePacket(int entityID, double coord, double motion) -
GantryContraptionUpdatePacket
public GantryContraptionUpdatePacket(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
-