Uses of Class
edu.trinity.cs.gamecore.Player.GameStatus

Packages that use Player.GameStatus
edu.trinity.cs.gamecore   
 

Uses of Player.GameStatus in edu.trinity.cs.gamecore
 

Methods in edu.trinity.cs.gamecore that return Player.GameStatus
 Player.GameStatus StickPlayer.gameStatus()
           
 Player.GameStatus Player.gameStatus()
          Returns one of the three constants above telling what the status of the game is.
 Player.GameStatus EditorPlayer.gameStatus()
           
static Player.GameStatus Player.GameStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Player.GameStatus[] Player.GameStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.