Uses of Enum Class
net.royalur.stats.GameStatsTarget
Packages that use GameStatsTarget
-
Uses of GameStatsTarget in net.royalur.stats
Methods in net.royalur.stats that return GameStatsTargetModifier and TypeMethodDescriptionstatic GameStatsTargetGameStatsTarget.get(PlayerType player) Retrieves the target associated withplayer.static GameStatsTargetReturns 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.Methods in net.royalur.stats with parameters of type GameStatsTargetModifier and TypeMethodDescriptionintGameStats.getDrama(GameStatsTarget target) Gets the drama counted for the targettarget.doubleGameStatsSummary.getDramaStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout drama for targettarget.intGameStats.getMoves(GameStatsTarget target) Gets the number of moves counted for the targettarget.doubleGameStatsSummary.getMovesStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout moves for targettarget.intGameStats.getRolls(GameStatsTarget target) Gets the number of rolls counted for the targettarget.doubleGameStatsSummary.getRollsStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout rolls for targettarget.intGameStats.getTurns(GameStatsTarget target) Gets the number of turns counted for the targettarget.doubleGameStatsSummary.getTurnsStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout turns for targettarget. -
Uses of GameStatsTarget in net.royalur.stats.cli
Methods in net.royalur.stats.cli with parameters of type GameStatsTargetModifier and TypeMethodDescriptionvoidOldStatsFunctions.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.