Contents
Class VehicleHitZombiePacket
java.lang.Object
zombie.network.packets.hit.VehicleHit
zombie.network.packets.hit.VehicleHitZombiePacket
- All Implemented Interfaces:
AntiCheatHitDamage.IAntiCheat
,AntiCheatHitShortDistance.IAntiCheat
,AntiCheatSpeed.IAntiCheat
,INetworkPacketField
,HitCharacter
,IDescriptor
,INetworkPacket
public class VehicleHitZombiePacket
extends VehicleHit
implements AntiCheatHitDamage.IAntiCheat, AntiCheatHitShortDistance.IAntiCheat, AntiCheatSpeed.IAntiCheat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getHit()
boolean
isRelevant
(UdpConnection var1) void
parse
(ByteBuffer b, UdpConnection connection) void
void
void
process()
boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.hit.HitCharacter
attack, log, postpone, processClient, processServer, react, tryProcessInternal
Methods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.packets.INetworkPacket
parseClient, parseClientLoading, parseServer, processClientLoading, sendToClient, sendToClients, sendToConnection, sendToRelativeClients, sendToServer, setData, sync
Methods inherited from interface zombie.network.fields.INetworkPacketField
getPacketSizeBytes, isConsistent
-
Constructor Details
-
Method Details
-
set
-
parse
- Specified by:
parse
in interfaceINetworkPacket
- Specified by:
parse
in interfaceINetworkPacketField
- Overrides:
parse
in classVehicleHit
-
write
- Specified by:
write
in interfaceINetworkPacketField
- Overrides:
write
in classVehicleHit
-
getHit
- Specified by:
getHit
in interfaceAntiCheatHitDamage.IAntiCheat
-
getDistance
public float getDistance()- Specified by:
getDistance
in interfaceAntiCheatHitShortDistance.IAntiCheat
-
getMovable
- Specified by:
getMovable
in interfaceAntiCheatSpeed.IAntiCheat
-
isRelevant
- Specified by:
isRelevant
in interfaceHitCharacter
-
preProcess
public void preProcess()- Specified by:
preProcess
in interfaceHitCharacter
-
process
public void process()- Specified by:
process
in interfaceHitCharacter
-
postProcess
public void postProcess()- Specified by:
postProcess
in interfaceHitCharacter
-