Class QueuePacket
java.lang.Object
zombie.network.packets.connection.QueuePacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer b, UdpConnection connection) voidprocessClientLoading(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidvoidsetPlaceInQueue(byte placeInQueue) voidMethods 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, sendToClient, sendToClients, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
QueuePacket
public QueuePacket()
-
-
Method Details
-
setInformationFields
public void setInformationFields() -
setPlaceInQueue
public void setPlaceInQueue(byte placeInQueue) -
setConnectionImmediate
public void setConnectionImmediate() -
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
processClientLoading
- Specified by:
processClientLoadingin interfaceINetworkPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-