edu.uiuc.cs397rhc.game
Enum GameUtils.MapArea

java.lang.Object
  extended by java.lang.Enum
      extended by 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.


Enum Constant Summary
dig
           
lab
           
unknown
           
 
Method Summary
static GameUtils.MapArea valueOf(java.lang.String name)
           
static GameUtils.MapArea[] values()
           
 
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
 

Enum Constant Detail

lab

public static final GameUtils.MapArea lab

dig

public static final GameUtils.MapArea dig

unknown

public static final GameUtils.MapArea unknown
Method Detail

values

public static final GameUtils.MapArea[] values()

valueOf

public static GameUtils.MapArea valueOf(java.lang.String name)