Class FactionChangeTitlePacket
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.FactionId
zombie.network.packets.faction.FactionChangeTitlePacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidparse(ByteBufferReader b, IConnection connection) voidprocessClient(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods 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
-
Constructor Details
-
FactionChangeTitlePacket
public FactionChangeTitlePacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classIDString
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classFactionId
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classFactionId
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-