Class VehicleRequestPacket
java.lang.Object
zombie.network.fields.IDShort
zombie.network.fields.vehicle.VehicleID
zombie.network.packets.vehicle.VehicleRequestPacket
- All Implemented Interfaces:
INetworkPacketField, IPositional, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer b, UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods inherited from class VehicleID
getVehicle, getX, getY, getZ, isConsistent, setMethods 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, processClient, processClientLoading, sendToClient, sendToClients, sendToRelativeClients, sendToServer, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistentMethods inherited from interface IPositional
isInRange
-
Constructor Details
-
VehicleRequestPacket
public VehicleRequestPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classVehicleID
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classVehicleID
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-