Class VehiclePhysicsPacket
java.lang.Object
zombie.vehicles.VehicleInterpolationData
zombie.network.packets.vehicle.VehiclePhysicsPacket
- All Implemented Interfaces:
Comparable<VehicleInterpolationData>
,INetworkPacketField
,IDescriptor
,INetworkPacket
- Direct Known Subclasses:
VehiclePhysicsReliablePacket
,VehiclePhysicsUnreliablePacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(UdpConnection var1) void
parse
(ByteBuffer var1, UdpConnection var2) void
processClient
(UdpConnection var1) void
processServer
(PacketTypes.PacketType var1, UdpConnection var2) boolean
set
(BaseVehicle var1) void
void
write
(ByteBufferWriter var1) 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
-
VehiclePhysicsPacket
public VehiclePhysicsPacket()
-
-
Method Details
-
set
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
-
processClient
- Specified by:
processClient
in interfaceINetworkPacket
-
processServer
- Specified by:
processServer
in interfaceINetworkPacket
-