Class FactionChangeTagPacket
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.FactionId
zombie.network.packets.faction.FactionChangeTagPacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidparse(ByteBufferReader b, IConnection 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, processClient, processClientLoading, sendToClient, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
FactionChangeTagPacket
public FactionChangeTagPacket()
-
-
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
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-