Enum Constant and Description |
---|
ANTIGRAVITY |
APIARY |
AQUARIUM |
ARBORETUM |
BAKER |
BAMBOO |
BEDROOM |
BIRDCAGE |
CHEMISTRY |
CONSOLE |
EMPTY |
FARM |
GRAVITY |
GREENHOUSE |
HARMONY |
HUTCH |
IGLOO |
JETTISON |
KITCHEN |
LAZARUS |
LIBRARY |
MUSHROOM |
PASSAGE |
POOL |
RAIL |
RENDERER |
SHELL |
SLOT |
SMELTER |
STABLE |
STALL |
TRENZALORE |
VAULT |
VILLAGE |
WOOD |
WORKSHOP |
ZERO |
Modifier and Type | Method and Description |
---|---|
static void |
addNewARS(ARS room) |
static ARS |
ARSFor(java.lang.String mat)
Attempts to get the TARDISARS for the given material.
|
java.lang.String |
getDescriptiveName()
Gets the descriptive room name.
|
java.lang.String |
getMaterial()
Gets the room seed block material.
|
int |
getOffset()
Gets the room offset.
|
static TARDISARS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TARDISARS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TARDISARS ANTIGRAVITY
public static final TARDISARS APIARY
public static final TARDISARS AQUARIUM
public static final TARDISARS ARBORETUM
public static final TARDISARS BAKER
public static final TARDISARS BAMBOO
public static final TARDISARS BEDROOM
public static final TARDISARS BIRDCAGE
public static final TARDISARS CHEMISTRY
public static final TARDISARS EMPTY
public static final TARDISARS FARM
public static final TARDISARS GRAVITY
public static final TARDISARS GREENHOUSE
public static final TARDISARS HARMONY
public static final TARDISARS HUTCH
public static final TARDISARS IGLOO
public static final TARDISARS KITCHEN
public static final TARDISARS LAZARUS
public static final TARDISARS LIBRARY
public static final TARDISARS MUSHROOM
public static final TARDISARS PASSAGE
public static final TARDISARS POOL
public static final TARDISARS RAIL
public static final TARDISARS RENDERER
public static final TARDISARS SHELL
public static final TARDISARS SMELTER
public static final TARDISARS STABLE
public static final TARDISARS STALL
public static final TARDISARS TRENZALORE
public static final TARDISARS VAULT
public static final TARDISARS VILLAGE
public static final TARDISARS WOOD
public static final TARDISARS WORKSHOP
public static final TARDISARS ZERO
public static final TARDISARS JETTISON
public static final TARDISARS SLOT
public static final TARDISARS CONSOLE
public static TARDISARS[] values()
for (TARDISARS c : TARDISARS.values()) System.out.println(c);
public static TARDISARS 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 getMaterial()
getMaterial
in interface ARS
public java.lang.String getDescriptiveName()
getDescriptiveName
in interface ARS
public int getOffset()
public static ARS ARSFor(java.lang.String mat)
mat
- the Material of the ARS to getpublic static void addNewARS(ARS room)