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 TypeMethodDescriptionfloat
boolean
isConsistent
(UdpConnection udpConnection) boolean
isRelevant
(UdpConnection udpConnection) void
parse
(ByteBuffer var1, UdpConnection var2) void
void
void
process()
void
void
write
(ByteBufferWriter var1) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.hit.HitCharacter
attack, log, processClient, processServer, react
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
isPostponed, parseClient, parseClientLoading, parseServer, postpone, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes
-
Constructor Details
-
ZombieHitThumpablePacket
public ZombieHitThumpablePacket()
-
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classZombieHit
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classZombieHit
-
isRelevant
- Specified by:
isRelevant
in interfaceHitCharacter
-
preProcess
public void preProcess()- Specified by:
preProcess
in interfaceHitCharacter
-
isConsistent
- Specified by:
isConsistent
in interfaceINetworkPacketField
- Overrides:
isConsistent
in classZombieHit
-
process
public void process()- Specified by:
process
in interfaceHitCharacter
-
postProcess
public void postProcess()- Specified by:
postProcess
in interfaceHitCharacter
-
getDistance
public float getDistance()- Specified by:
getDistance
in interfaceAntiCheatHitShortDistance.IAntiCheat
-
getCharacter
- Specified by:
getCharacter
in interfaceAntiCheatOwner.IAntiCheat
-