Uses of Enum Class
net.royalur.stats.GameStatsTarget
-
Uses of GameStatsTarget in net.royalur
Modifier and TypeMethodDescriptionvoid
RGUStatistics.testAgentActions
(List<GameSettings> settingsList, Function<SimpleRuleSet, Agent> agent1Generator, Function<SimpleRuleSet, Agent> agent2Generator, int tests, GameStatsTarget[] reportTargets) Runs tests using AI agents with many game settings. -
Uses of GameStatsTarget in net.royalur.stats
Modifier and TypeMethodDescriptionstatic GameStatsTarget
GameStatsTarget.get
(PlayerType player) Retrieves the target associated withplayer
.static GameStatsTarget
Returns the enum constant of this class with the specified name.static GameStatsTarget[]
GameStatsTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionint
GameStats.getDrama
(GameStatsTarget target) Gets the drama counted for the targettarget
.double
GameStatsSummary.getDramaStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about drama for targettarget
.int
GameStats.getMoves
(GameStatsTarget target) Gets the number of moves counted for the targettarget
.double
GameStatsSummary.getMovesStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about moves for targettarget
.int
GameStats.getRolls
(GameStatsTarget target) Gets the number of rolls counted for the targettarget
.double
GameStatsSummary.getRollsStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about rolls for targettarget
.int
GameStats.getTurns
(GameStatsTarget target) Gets the number of turns counted for the targettarget
.double
GameStatsSummary.getTurnsStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about turns for targettarget
.