Uses of Enum Class
com.takenoko.bot.utils.GameProgress
Packages that use GameProgress
-
Uses of GameProgress in com.takenoko.bot.utils
Methods in com.takenoko.bot.utils that return GameProgressModifier and TypeMethodDescriptionstatic GameProgressHistoryAnalysis.getGameProgress(History history) Calculate the game progress as an LinkGameProgressEnum.static GameProgressReturns the enum constant of this class with the specified name.static GameProgress[]GameProgress.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GameProgress in com.takenoko.stats
Fields in com.takenoko.stats declared as GameProgressMethods in com.takenoko.stats with parameters of type GameProgressModifier and TypeMethodDescriptionvoidHistoryStatistics.incrementNumberOfRounds(BotManager botManager, GameProgress gameProgress) Constructors in com.takenoko.stats with parameters of type GameProgress