public enum DISK_CIRCUIT extends java.lang.Enum<DISK_CIRCUIT>
Enum Constant and Description |
---|
AREA |
ARS |
BIOME |
BLANK |
CHAMELEON |
HANDLES |
INPUT |
INVISIBILITY |
KEY |
MATERIALISATION |
MEMORY |
PLAYER |
PRESET |
RANDOMISER |
SAVE |
SCANNER |
SONIC |
TEMPORAL |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getCircuitNames() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
static java.util.List<DISK_CIRCUIT> |
getTardisCircuits() |
boolean |
isDisk() |
static DISK_CIRCUIT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DISK_CIRCUIT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DISK_CIRCUIT AREA
public static final DISK_CIRCUIT ARS
public static final DISK_CIRCUIT BIOME
public static final DISK_CIRCUIT BLANK
public static final DISK_CIRCUIT CHAMELEON
public static final DISK_CIRCUIT HANDLES
public static final DISK_CIRCUIT INPUT
public static final DISK_CIRCUIT INVISIBILITY
public static final DISK_CIRCUIT KEY
public static final DISK_CIRCUIT MATERIALISATION
public static final DISK_CIRCUIT MEMORY
public static final DISK_CIRCUIT PLAYER
public static final DISK_CIRCUIT PRESET
public static final DISK_CIRCUIT RANDOMISER
public static final DISK_CIRCUIT SAVE
public static final DISK_CIRCUIT SCANNER
public static final DISK_CIRCUIT SONIC
public static final DISK_CIRCUIT TEMPORAL
public static DISK_CIRCUIT[] values()
for (DISK_CIRCUIT c : DISK_CIRCUIT.values()) System.out.println(c);
public static DISK_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 getName()
public org.bukkit.Material getMaterial()
public boolean isDisk()
public static java.util.List<java.lang.String> getCircuitNames()
public static java.util.List<DISK_CIRCUIT> getTardisCircuits()