public static enum Misc.WeaponSkinType extends java.lang.Enum<Misc.WeaponSkinType>
| Enum Constant and Description |
|---|
HARDPOINT |
HARDPOINT_BARRELS |
HARDPOINT_GLOW |
TURRET |
TURRET_BARRELS |
TURRET_GLOW |
UNDER |
| Modifier and Type | Method and Description |
|---|---|
static Misc.WeaponSkinType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Misc.WeaponSkinType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Misc.WeaponSkinType UNDER
public static final Misc.WeaponSkinType TURRET
public static final Misc.WeaponSkinType HARDPOINT
public static final Misc.WeaponSkinType TURRET_GLOW
public static final Misc.WeaponSkinType HARDPOINT_GLOW
public static final Misc.WeaponSkinType TURRET_BARRELS
public static final Misc.WeaponSkinType HARDPOINT_BARRELS
public static Misc.WeaponSkinType[] values()
for (Misc.WeaponSkinType c : Misc.WeaponSkinType.values()) System.out.println(c);
public static Misc.WeaponSkinType 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