Class VehiclePhysicsReliablePacket
java.lang.Object
zombie.vehicles.VehicleInterpolationData
zombie.network.packets.vehicle.VehiclePhysicsPacket
zombie.network.packets.vehicle.VehiclePhysicsReliablePacket
- All Implemented Interfaces:
Comparable<VehicleInterpolationData>
,INetworkPacketField
,IDescriptor
,INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.network.packets.vehicle.VehiclePhysicsPacket
isConsistent, parse, processClient, processServer, set, setData, write
Methods inherited from class zombie.vehicles.VehicleInterpolationData
compareTo, getPosition, getVelocity
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
VehiclePhysicsReliablePacket
public VehiclePhysicsReliablePacket()
-