public static enum PixelExtrasData.SashType extends java.lang.Enum<PixelExtrasData.SashType>
| Enum Constant and Description |
|---|
BOOSTER |
NONE |
RAINBOW |
RANK_ADMIN |
RANK_DEV |
RANK_JR |
RANK_MODELER |
RANK_SUPPORT |
REGULAR |
| Modifier and Type | Method and Description |
|---|---|
static PixelExtrasData.SashType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PixelExtrasData.SashType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PixelExtrasData.SashType NONE
public static final PixelExtrasData.SashType REGULAR
public static final PixelExtrasData.SashType RAINBOW
public static final PixelExtrasData.SashType RANK_ADMIN
public static final PixelExtrasData.SashType RANK_JR
public static final PixelExtrasData.SashType RANK_DEV
public static final PixelExtrasData.SashType RANK_MODELER
public static final PixelExtrasData.SashType RANK_SUPPORT
public static final PixelExtrasData.SashType BOOSTER
public static PixelExtrasData.SashType[] values()
for (PixelExtrasData.SashType c : PixelExtrasData.SashType.values()) System.out.println(c);
public static PixelExtrasData.SashType 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