Enum Constant Summary
Enum Constants
This
List
contains all carpet colors ordered by their appearance ingame.
This
List
contains all concrete colors ordered by their appearance ingame.
This
List
contains all glazed terracotta colors ordered by their appearance ingame.
This
List
contains all shulker box colors ordered by their appearance ingame.
This
List
contains all stained glass colors ordered by their appearance ingame.
This
List
contains all stained glass pane colors ordered by their appearance ingame.
This
List
contains all terracotta colors ordered by their appearance ingame.
This
List
contains all wool colors ordered by their appearance ingame.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
This returns the
Material
at the given index.
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.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
WOOL
This
List
contains all wool colors ordered by their appearance ingame.
CARPET
This
List
contains all carpet colors ordered by their appearance ingame.
STAINED_GLASS
This
List
contains all stained glass colors ordered by their appearance ingame.
STAINED_GLASS_PANE
This
List
contains all stained glass pane colors ordered by their appearance ingame.
TERRACOTTA
This
List
contains all terracotta colors ordered by their appearance ingame.
GLAZED_TERRACOTTA
This
List
contains all glazed terracotta colors ordered by their appearance ingame.
CONCRETE
This
List
contains all concrete colors ordered by their appearance ingame.
SHULKER_BOX
This
List
contains all shulker box colors ordered by their appearance ingame.
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
get
This returns the
Material
at the given index.
Parameters:
index
- The index
Returns:
The Material
at that index