Class FactionChangeOwnerPacket
java.lang.Object
zombie.network.fields.IDString
zombie.network.fields.FactionId
zombie.network.fields.FactionPlayer
zombie.network.packets.faction.FactionChangeOwnerPacket
- All Implemented Interfaces:
INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidMethods inherited from class FactionPlayer
getUsername, parse, set, writeMethods 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, parse, write
-
Constructor Details
-
FactionChangeOwnerPacket
public FactionChangeOwnerPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classFactionPlayer
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-