Class RecipePacket
java.lang.Object
zombie.network.packets.service.RecipePacket
- All Implemented Interfaces:
AntiCheatRecipe.IAntiCheat, INetworkPacketField, IDescriptor, INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidparse(ByteBuffer b, UdpConnection connection) voidprocessClient(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, sendToClient, sendToClients, sendToRelativeClients, sendToServer, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
RecipePacket
public RecipePacket()
-
-
Method Details
-
setData
- Specified by:
setDatain interfaceINetworkPacket
-
parse
- Specified by:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
processClientLoading
- Specified by:
processClientLoadingin interfaceINetworkPacket
-
processClient
- Specified by:
processClientin interfaceINetworkPacket
-
processServer
- Specified by:
processServerin interfaceINetworkPacket
-
getClientChecksum
public long getClientChecksum()- Specified by:
getClientChecksumin interfaceAntiCheatRecipe.IAntiCheat
-
getServerChecksum
public long getServerChecksum()- Specified by:
getServerChecksumin interfaceAntiCheatRecipe.IAntiCheat
-