Class ZombieHitThumpablePacket
java.lang.Object
zombie.network.packets.hit.ZombieHit
zombie.network.packets.hit.ZombieHitThumpablePacket
- All Implemented Interfaces:
AntiCheatHitShortDistance.IAntiCheat, INetworkPacketField, HitCharacter, IDescriptor, INetworkPacket
public class ZombieHitThumpablePacket
extends ZombieHit
implements AntiCheatHitShortDistance.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanisConsistent(UdpConnection connection) booleanisRelevant(UdpConnection connection) voidparse(ByteBuffer b, UdpConnection connection) voidvoidvoidprocess()voidvoidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HitCharacter
attack, log, processClient, processServer, react, updateMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
ZombieHitThumpablePacket
public ZombieHitThumpablePacket()
-
-
Method Details
-
set
-
parse
- Specified by:
parsein interfaceINetworkPacketField- Overrides:
parsein classZombieHit
-
write
- Specified by:
writein interfaceINetworkPacketField- Overrides:
writein classZombieHit
-
isRelevant
- Specified by:
isRelevantin interfaceHitCharacter
-
preProcess
public void preProcess()- Specified by:
preProcessin interfaceHitCharacter
-
isConsistent
- Specified by:
isConsistentin interfaceINetworkPacketField- Overrides:
isConsistentin classZombieHit
-
process
public void process()- Specified by:
processin interfaceHitCharacter
-
postProcess
public void postProcess()- Specified by:
postProcessin interfaceHitCharacter
-
getDistance
public float getDistance()- Specified by:
getDistancein interfaceAntiCheatHitShortDistance.IAntiCheat
-