Uses of Enum Class
com.andrei1058.bedwars.api.arena.stats.DefaultStatistics
Packages that use DefaultStatistics
-
Uses of DefaultStatistics in com.andrei1058.bedwars.api.arena.stats
Methods in com.andrei1058.bedwars.api.arena.stats that return DefaultStatisticsModifier and TypeMethodDescriptionstatic DefaultStatistics
Returns the enum constant of this class with the specified name.static DefaultStatistics[]
DefaultStatistics.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.andrei1058.bedwars.api.arena.stats with parameters of type DefaultStatisticsModifier and TypeMethodDescriptiondefault Collection
<Optional<PlayerGameStats>> GameStatsHolder.getOrderedBy
(@NotNull DefaultStatistics statistic) default Optional
<GameStatistic<?>> PlayerGameStats.getStatistic
(@NotNull DefaultStatistics id)