edu.uiuc.cs397rhc.game
Enum GameUtils.Mood
java.lang.Object
java.lang.Enum
edu.uiuc.cs397rhc.game.GameUtils.Mood
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- Enclosing class:
- GameUtils
- public static enum GameUtils.Mood
- extends java.lang.Enum<GameUtils.Mood>
Lists the moods that the building can take on.
| 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 |
neutral
public static final GameUtils.Mood neutral
mad
public static final GameUtils.Mood mad
playful
public static final GameUtils.Mood playful
nervous
public static final GameUtils.Mood nervous
score
public static final GameUtils.Mood score
aviananthem
public static final GameUtils.Mood aviananthem
felineanthem
public static final GameUtils.Mood felineanthem
komodaeanthem
public static final GameUtils.Mood komodaeanthem
piscesanthem
public static final GameUtils.Mood piscesanthem
values
public static final GameUtils.Mood[] values()
valueOf
public static GameUtils.Mood valueOf(java.lang.String name)