Class AttackVars
java.lang.Object
zombie.network.fields.hit.AttackVars
- All Implemented Interfaces:
INetworkPacketField
,IDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
int
float
float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
copy
(AttackVars attackVars0) int
getWeapon
(IsoLivingCharacter isoLivingCharacter) 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.IDescriptor
getClassDescription, getDescription, getDescription
Methods inherited from interface zombie.network.fields.INetworkPacketField
isConsistent
-
Field Details
-
bAimAtFloor
public boolean bAimAtFloor -
bCloseKill
public boolean bCloseKill -
bDoShove
public boolean bDoShove -
bDoGrapple
public boolean bDoGrapple -
useChargeDelta
public float useChargeDelta -
recoilDelay
public int recoilDelay -
targetsStanding
-
targetsProne
-
targetOnGround
-
targetStanding
-
targetDistance
public float targetDistance -
isProcessed
public boolean isProcessed
-
-
Constructor Details
-
AttackVars
public AttackVars()
-
-
Method Details
-
setWeapon
-
getWeapon
-
parse
- Specified by:
parse
in interfaceINetworkPacketField
-
write
- Specified by:
write
in interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacketField
-
copy
-
clear
public void clear()
-