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