public enum UPDATEABLE extends java.lang.Enum<UPDATEABLE>
Enum Constant and Description |
---|
ADVANCED |
ARS |
ARTRON |
BACK |
BACKDOOR |
BEACON |
BELL |
BUTTON |
CHAMELEON |
CONDENSER |
CONTROL |
CREEPER |
DIRECTION |
DISPENSER |
DOOR |
EPS |
FARM |
FLIGHT |
FORCEFIELD |
FRAME |
GENERATOR |
HANDBRAKE |
HINGE |
INFO |
KEYBOARD |
LIGHT |
RAIL |
SAVE_SIGN |
SCANNER |
SIEGE |
STABLE |
STALL |
STORAGE |
TELEPATHIC |
TEMPORAL |
TERMINAL |
TOGGLE_WOOL |
VAULT |
VILLAGE |
WORLD_REPEATER |
X_REPEATER |
Y_REPEATER |
Z_REPEATER |
ZERO |
Modifier and Type | Method and Description |
---|---|
org.bukkit.inventory.RecipeChoice.MaterialChoice |
getMaterialChoice() |
java.lang.String |
getName() |
boolean |
isAnyBlock() |
boolean |
isControl() |
boolean |
isSecondary() |
static UPDATEABLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UPDATEABLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UPDATEABLE ADVANCED
public static final UPDATEABLE ARS
public static final UPDATEABLE ARTRON
public static final UPDATEABLE BACK
public static final UPDATEABLE BACKDOOR
public static final UPDATEABLE BEACON
public static final UPDATEABLE BELL
public static final UPDATEABLE BUTTON
public static final UPDATEABLE CHAMELEON
public static final UPDATEABLE CONDENSER
public static final UPDATEABLE CONTROL
public static final UPDATEABLE CREEPER
public static final UPDATEABLE DIRECTION
public static final UPDATEABLE DISPENSER
public static final UPDATEABLE DOOR
public static final UPDATEABLE EPS
public static final UPDATEABLE FARM
public static final UPDATEABLE FLIGHT
public static final UPDATEABLE FORCEFIELD
public static final UPDATEABLE FRAME
public static final UPDATEABLE GENERATOR
public static final UPDATEABLE HANDBRAKE
public static final UPDATEABLE HINGE
public static final UPDATEABLE INFO
public static final UPDATEABLE KEYBOARD
public static final UPDATEABLE LIGHT
public static final UPDATEABLE RAIL
public static final UPDATEABLE SAVE_SIGN
public static final UPDATEABLE SCANNER
public static final UPDATEABLE SIEGE
public static final UPDATEABLE STABLE
public static final UPDATEABLE STALL
public static final UPDATEABLE STORAGE
public static final UPDATEABLE TELEPATHIC
public static final UPDATEABLE TEMPORAL
public static final UPDATEABLE TERMINAL
public static final UPDATEABLE TOGGLE_WOOL
public static final UPDATEABLE VAULT
public static final UPDATEABLE VILLAGE
public static final UPDATEABLE WORLD_REPEATER
public static final UPDATEABLE X_REPEATER
public static final UPDATEABLE Y_REPEATER
public static final UPDATEABLE Z_REPEATER
public static final UPDATEABLE ZERO
public static UPDATEABLE[] values()
for (UPDATEABLE c : UPDATEABLE.values()) System.out.println(c);
public static UPDATEABLE 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 boolean isControl()
public boolean isSecondary()
public boolean isAnyBlock()
public org.bukkit.inventory.RecipeChoice.MaterialChoice getMaterialChoice()