Class ZombieHitThumpablePacket
java.lang.Object
zombie.network.packets.hit.ZombieHit
zombie.network.packets.hit.ZombieHitThumpablePacket
- All Implemented Interfaces:
AntiCheatHitShortDistance.IAntiCheat,AntiCheatOwner.IAntiCheat,INetworkPacketField,HitCharacter,IDescriptor,INetworkPacket
public class ZombieHitThumpablePacket
extends ZombieHit
implements AntiCheatHitShortDistance.IAntiCheat, AntiCheatOwner.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanisConsistent(UdpConnection udpConnection) booleanisRelevant(UdpConnection udpConnection) voidparse(ByteBuffer var1, UdpConnection var2) voidvoidvoidprocess()voidvoidwrite(ByteBufferWriter var1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.hit.HitCharacter
attack, log, processClient, processServer, reactMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, syncMethods inherited from interface zombie.network.fields.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
-
getCharacter
- Specified by:
getCharacterin interfaceAntiCheatOwner.IAntiCheat
-