Class SafehouseAcceptPacket
java.lang.Object
zombie.network.fields.IDInteger
zombie.network.fields.SafehouseID
zombie.network.packets.safehouse.SafehouseAcceptPacket
- All Implemented Interfaces:
AntiCheatSafeHousePlayer.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class SafehouseAcceptPacket
extends SafehouseID
implements INetworkPacket, AntiCheatSafeHousePlayer.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidprocessClient(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, processClientLoading, sendToClient, sendToClients, sendToRelativeClients, sendToServer, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
SafehouseAcceptPacket
public SafehouseAcceptPacket()
-
-
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
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
getPlayer
- Specified by:
getPlayerin interfaceAntiCheatSafeHousePlayer.IAntiCheat
-