public static enum PROJ.ProjectileFlag extends java.lang.Enum<PROJ.ProjectileFlag>
Enum Constant and Description |
---|
AltTrigger |
CanBeDisabled |
CanBePickedUp |
CritPinsLimbs |
DisableCombatAimCorrection |
Explosion |
MuzzleFlash |
PassThroughSmallTransparent |
SuperSonic |
Modifier and Type | Method and Description |
---|---|
static PROJ.ProjectileFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PROJ.ProjectileFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PROJ.ProjectileFlag Explosion
public static final PROJ.ProjectileFlag AltTrigger
public static final PROJ.ProjectileFlag MuzzleFlash
public static final PROJ.ProjectileFlag CanBeDisabled
public static final PROJ.ProjectileFlag CanBePickedUp
public static final PROJ.ProjectileFlag SuperSonic
public static final PROJ.ProjectileFlag CritPinsLimbs
public static final PROJ.ProjectileFlag PassThroughSmallTransparent
public static final PROJ.ProjectileFlag DisableCombatAimCorrection
public static PROJ.ProjectileFlag[] values()
for (PROJ.ProjectileFlag c : PROJ.ProjectileFlag.values()) System.out.println(c);
public static PROJ.ProjectileFlag 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