Uses of Enum Class
net.royalur.stats.SummaryStat
-
Uses of SummaryStat in net.royalur.stats
Modifier and TypeMethodDescriptionstatic SummaryStat
Returns the enum constant of this class with the specified name.static SummaryStat[]
SummaryStat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondouble
GameStatsSummary.getDramaStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about drama for targettarget
.double
GameStatsSummary.getMovesStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about moves for targettarget
.double
GameStatsSummary.getPercentInLeadStatistic
(SummaryStat statistic) Gets the value of the summary statisticstatistic
about percentage in lead.double
GameStatsSummary.getRollsStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about rolls for targettarget
.double
GameStatsSummary.getTurnsInLeadStatistic
(SummaryStat statistic) Gets the value of the summary statisticstatistic
about turns in lead.double
GameStatsSummary.getTurnsStatistic
(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatistic
about turns for targettarget
.