Class ServerCustomizationPacket
java.lang.Object
zombie.network.packets.connection.ServerCustomizationPacket
- All Implemented Interfaces:
AntiCheatServerCustomizationDDOS.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
public class ServerCustomizationPacket
extends Object
implements INetworkPacket, AntiCheatServerCustomizationDDOS.IAntiCheat
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidparse(ByteBuffer b, UdpConnection connection) voidprocessClientLoading(UdpConnection connection) voidprocessServer(PacketTypes.PacketType packetType, UdpConnection connection) voidvoidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClient, sendToClient, sendToClients, sendToRelativeClients, sendToServer, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
ServerCustomizationPacket
public ServerCustomizationPacket()
-
-
Method Details
-
getLastConnect
public long getLastConnect()- Specified by:
getLastConnectin interfaceAntiCheatServerCustomizationDDOS.IAntiCheat
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacketField
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
processClientLoading
- Specified by:
processClientLoadingin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-