Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
int
int
int
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
TRANSPARENT_BLOCK_COLOR
public static final BlockColor TRANSPARENT_BLOCK_COLOR
FOLIAGE_BLOCK_COLOR
public static final BlockColor FOLIAGE_BLOCK_COLOR
MAGENTA_BLOCK_COLOR
public static final BlockColor MAGENTA_BLOCK_COLOR
LIGHT_BLUE_BLOCK_COLOR
public static final BlockColor LIGHT_BLUE_BLOCK_COLOR
LIGHT_GRAY_BLOCK_COLOR
public static final BlockColor LIGHT_GRAY_BLOCK_COLOR
DIAMOND_BLOCK_COLOR
public static final BlockColor DIAMOND_BLOCK_COLOR
EMERALD_BLOCK_COLOR
public static final BlockColor EMERALD_BLOCK_COLOR
OBSIDIAN_BLOCK_COLOR
public static final BlockColor OBSIDIAN_BLOCK_COLOR
NETHERRACK_BLOCK_COLOR
public static final BlockColor NETHERRACK_BLOCK_COLOR
REDSTONE_BLOCK_COLOR
public static final BlockColor REDSTONE_BLOCK_COLOR
WHITE_TERRACOTA_BLOCK_COLOR
public static final BlockColor WHITE_TERRACOTA_BLOCK_COLOR
ORANGE_TERRACOTA_BLOCK_COLOR
public static final BlockColor ORANGE_TERRACOTA_BLOCK_COLOR
MAGENTA_TERRACOTA_BLOCK_COLOR
public static final BlockColor MAGENTA_TERRACOTA_BLOCK_COLOR
LIGHT_BLUE_TERRACOTA_BLOCK_COLOR
public static final BlockColor LIGHT_BLUE_TERRACOTA_BLOCK_COLOR
YELLOW_TERRACOTA_BLOCK_COLOR
public static final BlockColor YELLOW_TERRACOTA_BLOCK_COLOR
LIME_TERRACOTA_BLOCK_COLOR
public static final BlockColor LIME_TERRACOTA_BLOCK_COLOR
PINK_TERRACOTA_BLOCK_COLOR
public static final BlockColor PINK_TERRACOTA_BLOCK_COLOR
GRAY_TERRACOTA_BLOCK_COLOR
public static final BlockColor GRAY_TERRACOTA_BLOCK_COLOR
LIGHT_GRAY_TERRACOTA_BLOCK_COLOR
public static final BlockColor LIGHT_GRAY_TERRACOTA_BLOCK_COLOR
CYAN_TERRACOTA_BLOCK_COLOR
public static final BlockColor CYAN_TERRACOTA_BLOCK_COLOR
PURPLE_TERRACOTA_BLOCK_COLOR
public static final BlockColor PURPLE_TERRACOTA_BLOCK_COLOR
BLUE_TERRACOTA_BLOCK_COLOR
public static final BlockColor BLUE_TERRACOTA_BLOCK_COLOR
BROWN_TERRACOTA_BLOCK_COLOR
public static final BlockColor BROWN_TERRACOTA_BLOCK_COLOR
GREEN_TERRACOTA_BLOCK_COLOR
public static final BlockColor GREEN_TERRACOTA_BLOCK_COLOR
RED_TERRACOTA_BLOCK_COLOR
public static final BlockColor RED_TERRACOTA_BLOCK_COLOR
BLACK_TERRACOTA_BLOCK_COLOR
public static final BlockColor BLACK_TERRACOTA_BLOCK_COLOR
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
getRed
public int getRed ()
getGreen
public int getGreen ()
getBlue
public int getBlue ()
getAlpha
public int getAlpha ()
getRGB
public int getRGB ()