|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RoomLayerKind>
org.starhope.appius.game.RoomLayerKind
public enum RoomLayerKind
WRITEME: Document this type.
Enum Constant Summary | |
---|---|
CEILING
WRITEME: Document this brpocock@star-hope.org |
|
FLOOR
WRITEME: Document this brpocock@star-hope.org |
|
GENERAL
WRITEME: Document this brpocock@star-hope.org |
|
SKY
WRITEME: Document this brpocock@star-hope.org |
|
SUBFLOOR
WRITEME: Document this brpocock@star-hope.org |
|
WALL
WRITEME: Document this brpocock@star-hope.org |
|
WEATHER
WRITEME: Document this brpocock@star-hope.org |
Method Summary | |
---|---|
static RoomLayerKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RoomLayerKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RoomLayerKind CEILING
public static final RoomLayerKind FLOOR
public static final RoomLayerKind GENERAL
public static final RoomLayerKind SKY
public static final RoomLayerKind SUBFLOOR
public static final RoomLayerKind WALL
public static final RoomLayerKind WEATHER
Method Detail |
---|
public static RoomLayerKind[] values()
for (RoomLayerKind c : RoomLayerKind.values()) System.out.println(c);
public static RoomLayerKind valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |