Enum Constant and Description |
---|
BLANK |
DRACO |
DREAD |
EARTH |
FIST |
FLAME |
ICICLE |
INSECT |
IRON |
MEADOW |
MIND |
PIXIE |
SKY |
SPLASH |
SPOOKY |
STONE |
TOXIC |
ZAP |
Modifier and Type | Method and Description |
---|---|
int |
getBlue() |
int |
getGreen() |
net.minecraft.item.Item |
getItem() |
static net.minecraft.item.Item |
getItem(Element type) |
static EnumPlate |
getPlateForItem(net.minecraft.item.Item plate) |
int |
getRed() |
static EnumPlate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPlate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPlate DRACO
public static final EnumPlate DREAD
public static final EnumPlate EARTH
public static final EnumPlate FIST
public static final EnumPlate FLAME
public static final EnumPlate ICICLE
public static final EnumPlate INSECT
public static final EnumPlate IRON
public static final EnumPlate MEADOW
public static final EnumPlate MIND
public static final EnumPlate PIXIE
public static final EnumPlate SKY
public static final EnumPlate SPLASH
public static final EnumPlate SPOOKY
public static final EnumPlate STONE
public static final EnumPlate TOXIC
public static final EnumPlate ZAP
public static final EnumPlate BLANK
public static EnumPlate[] values()
for (EnumPlate c : EnumPlate.values()) System.out.println(c);
public static EnumPlate 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 nullpublic int getRed()
public int getGreen()
public int getBlue()
public static EnumPlate getPlateForItem(net.minecraft.item.Item plate)
public net.minecraft.item.Item getItem()
public static net.minecraft.item.Item getItem(Element type)