Class FactionId
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.FactionId
- All Implemented Interfaces:
INetworkPacketField, IDescriptor
- Direct Known Subclasses:
FactionChangeTagPacket, FactionChangeTitlePacket, FactionDisbandPacket, FactionInvitePacket, FactionPlayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidparse(ByteBufferReader b, IConnection connection) voidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacketField
getPacketSizeBytes, write
-
Constructor Details
-
FactionId
public FactionId()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classIDString
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classIDString
-
getFaction
-