Class SafehouseChangeTitlePacket
java.lang.Object
zombie.network.fields.IDInteger
zombie.network.fields.SafehouseID
zombie.network.packets.safehouse.SafehouseChangeTitlePacket
- All Implemented Interfaces:
AntiCheatSafeHouseOwner.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class SafehouseChangeTitlePacket
extends SafehouseID
implements INetworkPacket, AntiCheatSafeHouseOwner.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(IConnection connection) voidparse(ByteBufferReader b, IConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods 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, processClient, processClientLoading, sendToClient, sendToClient, sendToClients, sendToRelativeClients, sendToServer, shouldInstantiate, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
SafehouseChangeTitlePacket
public SafehouseChangeTitlePacket()
-
-
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
-