Package zombie.network.packets.hit
Class AttackVars
java.lang.Object
zombie.network.packets.hit.AttackVars
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
copy
(AttackVars attackVars) int
getWeapon
(IsoLivingCharacter livingCharacter) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
setWeapon
(HandWeapon handWeapon) void
write
(ByteBufferWriter byteBufferWriter) 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.INetworkPacket
isConsistent, log
-
Field Details
-
targetOnGround
-
bAimAtFloor
public boolean bAimAtFloor -
bCloseKill
public boolean bCloseKill -
bDoShove
public boolean bDoShove -
useChargeDelta
public float useChargeDelta -
recoilDelay
public int recoilDelay -
targetsStanding
-
targetsProne
-
-
Constructor Details
-
AttackVars
public AttackVars()
-
-
Method Details
-
setWeapon
-
getWeapon
-
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-
copy
-
clear
public void clear()
-