Class FactionAcceptPacket
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.FactionId
zombie.network.packets.faction.FactionInvitePacket
zombie.network.packets.faction.FactionAcceptPacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBufferReader b, IConnection connection) voidprocessClient(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods inherited from class FactionInvitePacket
isConsistent, setMethods inherited from class FactionId
getFaction, 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, logInconsistentPacket, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
FactionAcceptPacket
public FactionAcceptPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket- Overrides:
setDatain classFactionInvitePacket
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classFactionInvitePacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classFactionInvitePacket
-
processClient
- Specified by:
processClientin interfaceINetworkPacket- Overrides:
processClientin classFactionInvitePacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket- Overrides:
processServerin classFactionInvitePacket
-