Class SafehouseChangeRespawnPacket
java.lang.Object
zombie.network.fields.IDInteger
zombie.network.fields.SafehouseID
zombie.network.packets.safehouse.SafehouseChangeRespawnPacket
- All Implemented Interfaces:
AntiCheatSafeHousePlayer.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class SafehouseChangeRespawnPacket
extends SafehouseID
implements INetworkPacket, AntiCheatSafeHousePlayer.IAntiCheat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods inherited from class SafehouseID
getSafehouse, set, toStringMethods 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
-
Field Details
-
player
-
doRemove
public boolean doRemove
-
-
Constructor Details
-
SafehouseChangeRespawnPacket
public SafehouseChangeRespawnPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classSafehouseID
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classSafehouseID
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classSafehouseID
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
getPlayer
- Specified by:
getPlayerin interfaceAntiCheatSafeHousePlayer.IAntiCheat
-