Class NetworkUsersPacket
java.lang.Object
zombie.network.packets.RolesPacket
zombie.network.packets.NetworkUsersPacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBuffer b, UdpConnection connection) voidprocessClient(UdpConnection connection) voidMethods inherited from class RolesPacket
setDataMethods 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, processClientLoading, processServer, sendToClient, sendToClients, sendToRelativeClients, sendToServer, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
NetworkUsersPacket
public NetworkUsersPacket()
-
-
Method Details
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classRolesPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classRolesPacket
-
processClient
- Specified by:
processClientin interfaceINetworkPacket- Overrides:
processClientin classRolesPacket
-