Class AttackVars.AttackFlags
java.lang.Object
zombie.network.fields.hit.AttackVars.AttackFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic byte
static byte
static byte
static byte
static byte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
anyFlagsSet
(byte byte0, byte byte1) static boolean
isFlagSet
(byte byte1, byte byte0) static byte
setFlagState
(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)
-