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 original) intgetWeapon(IsoLivingCharacter owner) voidparse(ByteBuffer b, UdpConnection connection) voidsetWeapon(HandWeapon weapon) voidMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDescriptor
getClassDescription, getDescription, getDescriptionMethods inherited from interface INetworkPacketField
isConsistent
-
Field Details
-
aimAtFloor
public boolean aimAtFloor -
closeKill
public boolean closeKill -
doShove
public boolean doShove -
doGrapple
public boolean doGrapple -
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()
-