Class SafehouseChangeRespawnPacket
java.lang.Object
zombie.network.fields.IDInteger
zombie.network.fields.SafehouseID
zombie.network.fields.SafeHousePlayer
zombie.network.packets.safehouse.SafehouseChangeRespawnPacket
- All Implemented Interfaces:
AntiCheatSafeHouseMember.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class SafehouseChangeRespawnPacket
extends SafeHousePlayer
implements INetworkPacket, AntiCheatSafeHouseMember.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(ByteBufferReader b, IConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods inherited from class SafeHousePlayer
getUsername, isConsistent, setMethods 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, isConsistent
-
Constructor Details
-
SafehouseChangeRespawnPacket
public SafehouseChangeRespawnPacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classSafeHousePlayer
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classSafeHousePlayer
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-