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 SummaryStatReturns 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 TypeMethodDescriptiondoubleGameStatsSummary.getDramaStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout drama for targettarget.doubleGameStatsSummary.getMovesStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout moves for targettarget.doubleGameStatsSummary.getPercentInLeadStatistic(SummaryStat statistic) Gets the value of the summary statisticstatisticabout percentage in lead.doubleGameStatsSummary.getRollsStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout rolls for targettarget.doubleGameStatsSummary.getTurnsInLeadStatistic(SummaryStat statistic) Gets the value of the summary statisticstatisticabout turns in lead.doubleGameStatsSummary.getTurnsStatistic(GameStatsTarget target, SummaryStat statistic) Gets the value of the summary statisticstatisticabout turns for targettarget.