Uses of Class
gameLogic.ErrorState

Uses of ErrorState in gameLogic
 

Methods in gameLogic that return ErrorState
 ErrorState GameState.getErrorState()
          Returns the ErrorState for the previous turn, for example telling a brain it took too long to decide last turn.
static ErrorState ErrorState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorState[] ErrorState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.