public static enum Types_v1_20_5.DyeColor extends java.lang.Enum<Types_v1_20_5.DyeColor> implements net.lenni0451.mcstructs.converter.types.NamedType
| Enum Constant | Description |
|---|---|
BLACK |
|
BLUE |
|
BROWN |
|
CYAN |
|
GRAY |
|
GREEN |
|
LIGHT_BLUE |
|
LIGHT_GRAY |
|
LIME |
|
MAGENTA |
|
ORANGE |
|
PINK |
|
PURPLE |
|
RED |
|
WHITE |
|
YELLOW |
| Modifier and Type | Method | Description |
|---|---|---|
static Types_v1_20_5.DyeColor |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Types_v1_20_5.DyeColor[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types_v1_20_5.DyeColor WHITE
public static final Types_v1_20_5.DyeColor ORANGE
public static final Types_v1_20_5.DyeColor MAGENTA
public static final Types_v1_20_5.DyeColor LIGHT_BLUE
public static final Types_v1_20_5.DyeColor YELLOW
public static final Types_v1_20_5.DyeColor LIME
public static final Types_v1_20_5.DyeColor PINK
public static final Types_v1_20_5.DyeColor GRAY
public static final Types_v1_20_5.DyeColor LIGHT_GRAY
public static final Types_v1_20_5.DyeColor CYAN
public static final Types_v1_20_5.DyeColor PURPLE
public static final Types_v1_20_5.DyeColor BLUE
public static final Types_v1_20_5.DyeColor BROWN
public static final Types_v1_20_5.DyeColor GREEN
public static final Types_v1_20_5.DyeColor RED
public static final Types_v1_20_5.DyeColor BLACK
public static Types_v1_20_5.DyeColor[] values()
for (Types_v1_20_5.DyeColor c : Types_v1_20_5.DyeColor.values()) System.out.println(c);
public static Types_v1_20_5.DyeColor 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