Uses of Enum Class
net.royalur.stats.SummaryStat
Packages that use SummaryStat
-
Uses of SummaryStat in net.royalur.stats
Methods in net.royalur.stats that return SummaryStatModifier 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.Methods in net.royalur.stats with parameters of type SummaryStatModifier 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
.