java.io.Serializable
, java.lang.Comparable<Quest.QOBJS>
public static enum Quest.QOBJS extends java.lang.Enum<Quest.QOBJS>
Enum Constant | Description |
---|---|
ABILITY |
|
ABILITYGROUP |
|
AREA |
|
ENVOBJ |
|
ITEM |
|
ITEMGROUP |
|
LOADEDABILITIES |
|
LOADEDITEMS |
|
LOADEDMOBS |
|
MOB |
|
MOBGROUP |
|
ROOM |
|
ROOMGROUP |
|
STEPNUM |
|
STUFF |
Modifier and Type | Method | Description |
---|---|---|
static Quest.QOBJS |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Quest.QOBJS[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Quest.QOBJS LOADEDMOBS
public static final Quest.QOBJS LOADEDITEMS
public static final Quest.QOBJS LOADEDABILITIES
public static final Quest.QOBJS AREA
public static final Quest.QOBJS ROOM
public static final Quest.QOBJS MOBGROUP
public static final Quest.QOBJS ITEMGROUP
public static final Quest.QOBJS ROOMGROUP
public static final Quest.QOBJS ABILITYGROUP
public static final Quest.QOBJS ITEM
public static final Quest.QOBJS ENVOBJ
public static final Quest.QOBJS STUFF
public static final Quest.QOBJS MOB
public static final Quest.QOBJS ABILITY
public static final Quest.QOBJS STEPNUM
public static Quest.QOBJS[] values()
for (Quest.QOBJS c : Quest.QOBJS.values()) System.out.println(c);
public static Quest.QOBJS 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 null