Uses of Interface
com.andrei1058.bedwars.api.arena.stats.GameStatistic
Packages that use GameStatistic
-
Uses of GameStatistic in com.andrei1058.bedwars.api.arena.stats
Classes in com.andrei1058.bedwars.api.arena.stats with type parameters of type GameStatisticMethods in com.andrei1058.bedwars.api.arena.stats that return types with arguments of type GameStatisticModifier and TypeMethodDescriptiondefault Optional
<GameStatistic<?>> PlayerGameStats.getStatistic
(@NotNull DefaultStatistics id) PlayerGameStats.getStatistic
(@NotNull String id) Methods in com.andrei1058.bedwars.api.arena.stats with parameters of type GameStatisticModifier and TypeMethodDescriptionint
GameStatistic.compareTo
(@NotNull GameStatistic<T> o) Comparison for tops.void
PlayerGameStats.registerStatistic
(@NotNull String id, @NotNull GameStatistic<?> defaultValue)