Class UpdateVehiclePacket
java.lang.Object
zombie.vehicleNetworkSound.SharedVehicleState
zombie.vehicleNetworkSound.UpdateVehiclePacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Field Summary
Fields inherited from class SharedVehicleState
chosenAlarmSound, currentSpeedKmHour, engineCondition, engineSpeed, engineState, gear, id, lightbarSirenMode, minWheelSkid, roadMaterial, scriptName, steering, vehicleStateFlags, x, y, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBufferReader bb, IConnection connection) voidprocessClient(UdpConnection connection) voidprocessClientLoading(UdpConnection connection) voidvoidMethods inherited from class SharedVehicleState
parse, parseUpdate, set, set, set, writeMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processServer, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
UpdateVehiclePacket
public UpdateVehiclePacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classSharedVehicleState
-
processClientLoading
- Specified by:
processClientLoadingin interfaceINetworkPacket
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-