Class VehiclePositionRequestPacket
java.lang.Object
zombie.network.fields.IDShort
zombie.network.fields.VehicleID
zombie.network.packets.vehicle.VehiclePositionRequestPacket
- All Implemented Interfaces:
INetworkPacketField
,IPositional
,IDescriptor
,INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processServer
(PacketTypes.PacketType var1, UdpConnection var2) void
Methods inherited from class zombie.network.fields.VehicleID
getVehicle, getX, getY, getZ, isConsistent, parse, set, write
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, processClient, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent, parse, write
Methods inherited from interface zombie.network.fields.IPositional
isInRange
-
Constructor Details
-
VehiclePositionRequestPacket
public VehiclePositionRequestPacket()
-
-
Method Details
-
setData
- Specified by:
setData
in interfaceINetworkPacket
-
processServer
- Specified by:
processServer
in interfaceINetworkPacket
-