edu.uiuc.cs397rhc.game
Enum GameUtils.Team
java.lang.Object
java.lang.Enum
edu.uiuc.cs397rhc.game.GameUtils.Team
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- Enclosing class:
- GameUtils
- public static enum GameUtils.Team
- extends java.lang.Enum<GameUtils.Team>
Lists the teams that are playing.
| 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 |
avian
public static final GameUtils.Team avian
feline
public static final GameUtils.Team feline
komodae
public static final GameUtils.Team komodae
pisces
public static final GameUtils.Team pisces
values
public static final GameUtils.Team[] values()
valueOf
public static GameUtils.Team valueOf(java.lang.String name)