Class SafehouseChangeMemberPacket
java.lang.Object
zombie.network.fields.IDInteger
zombie.network.fields.SafehouseID
zombie.network.fields.SafeHousePlayer
zombie.network.packets.safehouse.SafehouseChangeMemberPacket
- All Implemented Interfaces:
AntiCheatSafeHouseMember.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class SafehouseChangeMemberPacket
extends SafeHousePlayer
implements INetworkPacket, AntiCheatSafeHouseMember.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidMethods inherited from class SafeHousePlayer
getUsername, parse, set, writeMethods inherited from class SafehouseID
getSafehouse, set, toStringMethods inherited from interface AntiCheatSafeHouseMember.IAntiCheat
getSafehouse, getUsernameMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClient, processClientLoading, sendToClient, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, parse, write
-
Constructor Details
-
SafehouseChangeMemberPacket
public SafehouseChangeMemberPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classSafeHousePlayer
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-