-
-
Enum Constants Enum Constant and Description BLACK
BLUE
BROWN
CYAN
GRAY
GREEN
LIGHT_BLUE
LIGHT_GRAY
LIME
MAGENTA
ORANGE
PINK
PURPLE
RED
WHITE
YELLOW
-
All Methods Static Methods Instance Methods Concrete Methods 修饰符和类 成员函数描述 static TerracottaColor
getByDyeData(int dyeColorMeta)
static TerracottaColor
getByTerracottaData(int terracottaColorMeta)
BlockColor
getColor()
int
getDyeData()
String
getDyeName()
String
getName()
int
getTerracottaData()
static TerracottaColor
valueOf(String name)
Returns the enum constant of this type with the specified name.static TerracottaColor[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-