Serializable
, Comparable<Art>
, Keyed
public enum Art extends Enum<Art> implements Keyed
Enum Constant | Description |
---|---|
ALBAN |
|
AZTEC |
|
AZTEC2 |
|
BOMB |
|
BURNING_SKULL |
|
BUST |
|
COURBET |
|
CREEBET |
|
DONKEY_KONG |
|
FIGHTERS |
|
GRAHAM |
|
KEBAB |
|
MATCH |
|
PIGSCENE |
|
PLANT |
|
POINTER |
|
POOL |
|
SEA |
|
SKELETON |
|
SKULL_AND_ROSES |
|
STAGE |
|
SUNSET |
|
VOID |
|
WANDERER |
|
WASTELAND |
|
WITHER |
Modifier and Type | Method | Description |
---|---|---|
int |
getBlockHeight() |
Gets the height of the painting, in blocks
|
int |
getBlockWidth() |
Gets the width of the painting, in blocks
|
static Art |
getById(int id) |
Deprecated.
Magic value
|
static Art |
getByName(String name) |
Get a painting by its unique name
|
int |
getId() |
Deprecated.
Magic value
|
NamespacedKey |
getKey() |
Return the namespaced identifier for this object.
|
static Art |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Art[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Art KEBAB
public static final Art AZTEC
public static final Art ALBAN
public static final Art AZTEC2
public static final Art BOMB
public static final Art PLANT
public static final Art WASTELAND
public static final Art POOL
public static final Art COURBET
public static final Art SEA
public static final Art SUNSET
public static final Art CREEBET
public static final Art WANDERER
public static final Art GRAHAM
public static final Art MATCH
public static final Art BUST
public static final Art STAGE
public static final Art VOID
public static final Art SKULL_AND_ROSES
public static final Art WITHER
public static final Art FIGHTERS
public static final Art POINTER
public static final Art PIGSCENE
public static final Art BURNING_SKULL
public static final Art SKELETON
public static final Art DONKEY_KONG
public static Art[] values()
for (Art c : Art.values()) System.out.println(c);
public static Art 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 int getBlockWidth()
public int getBlockHeight()
@Deprecated public int getId()
@NotNull public NamespacedKey getKey()
Keyed
@Deprecated @Nullable public static Art getById(int id)
id
- The IDCopyright © 2019. All rights reserved.