Uses of Enum Class
com.takenoko.engine.GameState
Packages that use GameState
-
Uses of GameState in com.takenoko.engine
Fields in com.takenoko.engine declared as GameStateMethods in com.takenoko.engine that return GameStateModifier and TypeMethodDescriptionGameEngine.getGameState()Return the current game statestatic GameStateReturns the enum constant of this class with the specified name.static GameState[]GameState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.takenoko.engine with parameters of type GameStateConstructors in com.takenoko.engine with parameters of type GameStateModifierConstructorDescriptionGameEngine(int numberOfRounds, Board board, ConsoleUserInterface consoleUserInterface, GameState gameState, List<BotManager> botManagerList, Scoreboard scoreboard, BotStatistics botStatistics, History history)