public class GantryContraptionUpdatePacket extends SimplePacketBase
| Constructor and Description |
|---|
GantryContraptionUpdatePacket(int entityID,
double coord,
double motion) |
GantryContraptionUpdatePacket(net.minecraft.network.PacketBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.util.function.Supplier<net.minecraftforge.fml.network.NetworkEvent.Context> context) |
void |
write(net.minecraft.network.PacketBuffer buffer) |
public GantryContraptionUpdatePacket(int entityID,
double coord,
double motion)
public GantryContraptionUpdatePacket(net.minecraft.network.PacketBuffer buffer)
public void write(net.minecraft.network.PacketBuffer buffer)
write in class SimplePacketBasepublic void handle(java.util.function.Supplier<net.minecraftforge.fml.network.NetworkEvent.Context> context)
handle in class SimplePacketBase