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
final PZArrayList
<HitInfo> final PZArrayList
<HitInfo> float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
copy
(AttackVars arg0) int
getWeapon
(IsoLivingCharacter arg0) void
parse
(ByteBuffer arg0, UdpConnection arg1) void
setWeapon
(HandWeapon arg0) void
write
(ByteBufferWriter arg0) Methods inherited from class java.lang.Object
equals, 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()
-