edu.uiuc.cs397rhc.game
Enum GameUtils.MapArea
java.lang.Object
java.lang.Enum
edu.uiuc.cs397rhc.game.GameUtils.MapArea
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- Enclosing class:
- GameUtils
- public static enum GameUtils.MapArea
- extends java.lang.Enum<GameUtils.MapArea>
Lists the areas in which abilities can be used.
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
lab
public static final GameUtils.MapArea lab
dig
public static final GameUtils.MapArea dig
unknown
public static final GameUtils.MapArea unknown
values
public static final GameUtils.MapArea[] values()
valueOf
public static GameUtils.MapArea valueOf(java.lang.String name)