Package zombie.network.packets.hit
Class AttackVars
java.lang.Object
zombie.network.packets.hit.AttackVars
- All Implemented Interfaces:
INetworkPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidcopy(AttackVars attackVars) intgetWeapon(IsoLivingCharacter livingCharacter) voidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidsetWeapon(HandWeapon handWeapon) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-
copy
-
clear
public void clear()
-