public static enum WEAP.WeaponFlag extends java.lang.Enum<WEAP.WeaponFlag>
Enum Constant and Description |
---|
BoundWeapon |
CantDrop |
HideBackpack |
IgnoresNormalWeaponResistance |
MinorCrime |
NoJamAfterReload |
NonHostile |
NonPlayable |
NotUsedInNormalCombat |
NPCsUseAmmo |
PlayerOnly |
Modifier and Type | Method and Description |
---|---|
static WEAP.WeaponFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WEAP.WeaponFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WEAP.WeaponFlag IgnoresNormalWeaponResistance
public static final WEAP.WeaponFlag HideBackpack
public static final WEAP.WeaponFlag NonPlayable
public static final WEAP.WeaponFlag CantDrop
public static final WEAP.WeaponFlag PlayerOnly
public static final WEAP.WeaponFlag NPCsUseAmmo
public static final WEAP.WeaponFlag NoJamAfterReload
public static final WEAP.WeaponFlag MinorCrime
public static final WEAP.WeaponFlag NotUsedInNormalCombat
public static final WEAP.WeaponFlag NonHostile
public static final WEAP.WeaponFlag BoundWeapon
public static WEAP.WeaponFlag[] values()
for (WEAP.WeaponFlag c : WEAP.WeaponFlag.values()) System.out.println(c);
public static WEAP.WeaponFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null