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