public enum GLOWSTONE_CIRCUIT extends java.lang.Enum<GLOWSTONE_CIRCUIT>
Enum Constant and Description |
---|
ADMIN |
ARS |
BIO |
CHAMELEON |
CIRCUITS |
DIAMOND |
EMERALD |
IGNITE |
INPUT |
INVISIBILITY |
LOCATOR |
MATERIALISATION |
MEMORY |
PAINTER |
PERCEPTION |
PICKUP |
RANDOM |
REDSTONE |
RIFT |
SCANNER |
SONIC |
STATTENHEIM |
TEMPORAL |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.String,GLOWSTONE_CIRCUIT> |
getByName() |
int |
getCustomModelData() |
int |
getDamaged() |
java.lang.String |
getDisplayName() |
static GLOWSTONE_CIRCUIT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GLOWSTONE_CIRCUIT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLOWSTONE_CIRCUIT ADMIN
public static final GLOWSTONE_CIRCUIT ARS
public static final GLOWSTONE_CIRCUIT BIO
public static final GLOWSTONE_CIRCUIT CHAMELEON
public static final GLOWSTONE_CIRCUIT CIRCUITS
public static final GLOWSTONE_CIRCUIT DIAMOND
public static final GLOWSTONE_CIRCUIT EMERALD
public static final GLOWSTONE_CIRCUIT IGNITE
public static final GLOWSTONE_CIRCUIT INPUT
public static final GLOWSTONE_CIRCUIT INVISIBILITY
public static final GLOWSTONE_CIRCUIT LOCATOR
public static final GLOWSTONE_CIRCUIT MATERIALISATION
public static final GLOWSTONE_CIRCUIT MEMORY
public static final GLOWSTONE_CIRCUIT PAINTER
public static final GLOWSTONE_CIRCUIT PERCEPTION
public static final GLOWSTONE_CIRCUIT PICKUP
public static final GLOWSTONE_CIRCUIT RANDOM
public static final GLOWSTONE_CIRCUIT REDSTONE
public static final GLOWSTONE_CIRCUIT RIFT
public static final GLOWSTONE_CIRCUIT SCANNER
public static final GLOWSTONE_CIRCUIT SONIC
public static final GLOWSTONE_CIRCUIT STATTENHEIM
public static final GLOWSTONE_CIRCUIT TEMPORAL
public static GLOWSTONE_CIRCUIT[] values()
for (GLOWSTONE_CIRCUIT c : GLOWSTONE_CIRCUIT.values()) System.out.println(c);
public static GLOWSTONE_CIRCUIT 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 java.lang.String getDisplayName()
public int getCustomModelData()
public int getDamaged()
public static java.util.HashMap<java.lang.String,GLOWSTONE_CIRCUIT> getByName()