Uses of Enum Class
com.takenoko.engine.EndGameState
Packages that use EndGameState
-
Uses of EndGameState in com.takenoko.engine
Methods in com.takenoko.engine that return EndGameStateModifier and TypeMethodDescriptionstatic EndGameState
Returns the enum constant of this class with the specified name.static EndGameState[]
EndGameState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.takenoko.engine that return types with arguments of type EndGameStateModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<List<BotManager>,
EndGameState> GameEngine.getWinner()
Return the winner of the game.