Class AttackVars
java.lang.Object
zombie.network.fields.hit.AttackVars
- All Implemented Interfaces:
INetworkPacketField,IDescriptor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanintfloatfinal PZArrayList<HitInfo> final PZArrayList<HitInfo> float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidcopy(AttackVars arg0) intgetWeapon(IsoLivingCharacter arg0) voidparse(ByteBuffer arg0, UdpConnection arg1) voidsetWeapon(HandWeapon arg0) voidwrite(ByteBufferWriter arg0) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.IDescriptor
getClassDescription, getDescription, getDescriptionMethods 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:
parsein interfaceINetworkPacketField
-
write
- Specified by:
writein interfaceINetworkPacketField
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacketField
-
copy
-
clear
public void clear()
-