Class AttackVars.AttackFlags
java.lang.Object
zombie.network.fields.hit.AttackVars.AttackFlags
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic bytestatic bytestatic bytestatic bytestatic byte - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleananyFlagsSet(byte byte0, byte byte1) static booleanisFlagSet(byte byte1, byte byte0) static bytesetFlagState(byte byte0, byte byte1, boolean boolean0)  
- 
Field Details
- 
isBareHeadsWeapon
public static byte isBareHeadsWeapon - 
bAimAtFloor
public static byte bAimAtFloor - 
bCloseKill
public static byte bCloseKill - 
bDoShove
public static byte bDoShove - 
bDoGrapple
public static byte bDoGrapple 
 - 
 - 
Constructor Details
- 
AttackFlags
public AttackFlags() 
 - 
 - 
Method Details
- 
isFlagSet
public static boolean isFlagSet(byte byte1, byte byte0)  - 
anyFlagsSet
public static boolean anyFlagsSet(byte byte0, byte byte1)  - 
setFlagState
public static byte setFlagState(byte byte0, byte byte1, boolean boolean0)  
 -