public static enum VDCConfig.ShulkerBoxColor extends Enum<VDCConfig.ShulkerBoxColor>
| Enum Constant and Description |
|---|
BLACK
Black.
|
BLUE
Blue.
|
BROWN
Brown.
|
CYAN
Cyan.
|
GRAY
Gray.
|
GREEN
Green.
|
LIGHT_BLUE
Light blue.
|
LIGHT_GRAY
Light gray.
|
LIME
Lime.
|
MAGENTA
Magenta.
|
ORANGE
Orange.
|
PINK
Pink.
|
PURPLE
Purple.
|
RANDOM
Random color.
|
RED
Red.
|
WHITE
White.
|
YELLOW
Yellow.
|
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.DyeColor |
get()
Returns this shulker box color as a
DyeColor. |
static VDCConfig.ShulkerBoxColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDCConfig.ShulkerBoxColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VDCConfig.ShulkerBoxColor WHITE
public static final VDCConfig.ShulkerBoxColor ORANGE
public static final VDCConfig.ShulkerBoxColor MAGENTA
public static final VDCConfig.ShulkerBoxColor LIGHT_BLUE
public static final VDCConfig.ShulkerBoxColor YELLOW
public static final VDCConfig.ShulkerBoxColor LIME
public static final VDCConfig.ShulkerBoxColor PINK
public static final VDCConfig.ShulkerBoxColor GRAY
public static final VDCConfig.ShulkerBoxColor LIGHT_GRAY
public static final VDCConfig.ShulkerBoxColor CYAN
public static final VDCConfig.ShulkerBoxColor PURPLE
public static final VDCConfig.ShulkerBoxColor BLUE
public static final VDCConfig.ShulkerBoxColor BROWN
public static final VDCConfig.ShulkerBoxColor GREEN
public static final VDCConfig.ShulkerBoxColor RED
public static final VDCConfig.ShulkerBoxColor BLACK
public static final VDCConfig.ShulkerBoxColor RANDOM
public static VDCConfig.ShulkerBoxColor[] values()
for (VDCConfig.ShulkerBoxColor c : VDCConfig.ShulkerBoxColor.values()) System.out.println(c);
public static VDCConfig.ShulkerBoxColor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic net.minecraft.util.DyeColor get()
DyeColor.DyeColor.