Uses of Enum Class
xericker.arenalegends.playerdata.storage.statistic.PlayerStatistic
Packages that use PlayerStatistic
Package
Description
-
Uses of PlayerStatistic in xericker.arenalegends.command.completion
Methods in xericker.arenalegends.command.completion that return PlayerStatisticMethods in xericker.arenalegends.command.completion with parameters of type PlayerStatisticModifier and TypeMethodDescriptionTabContext.Builder.playerStatistic(PlayerStatistic playerStatistic) voidTabContext.setPlayerStatistic(PlayerStatistic playerStatistic) -
Uses of PlayerStatistic in xericker.arenalegends.data.dummyskin
Fields in xericker.arenalegends.data.dummyskin with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> DummySkinData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.data.finisher
Fields in xericker.arenalegends.data.finisher with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> FinisherData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.data.itemskin
Fields in xericker.arenalegends.data.itemskin with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> ItemSkinData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.data.killcounter
Fields in xericker.arenalegends.data.killcounter with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> KillCounterData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.data.killmessage
Fields in xericker.arenalegends.data.killmessage with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> KillMessageData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.data.presencemessage
Fields in xericker.arenalegends.data.presencemessage with type parameters of type PlayerStatisticModifier and TypeFieldDescriptionfinal Map<PlayerStatistic, Long> PresenceMessageData.Settings.statisticMap -
Uses of PlayerStatistic in xericker.arenalegends.gameplay.leaderboard
Methods in xericker.arenalegends.gameplay.leaderboard that return PlayerStatisticMethods in xericker.arenalegends.gameplay.leaderboard with parameters of type PlayerStatistic -
Uses of PlayerStatistic in xericker.arenalegends.playerdata.storage.game
Methods in xericker.arenalegends.playerdata.storage.game with parameters of type PlayerStatisticModifier and TypeMethodDescriptionvoidGameStatisticStorage.add(PlayerStatistic playerStatistic, long value) longGameStatisticStorage.get(PlayerStatistic playerStatistic) voidGameStatisticStorage.set(PlayerStatistic playerStatistic, long value) -
Uses of PlayerStatistic in xericker.arenalegends.playerdata.storage.statistic
Subclasses with type arguments of type PlayerStatistic in xericker.arenalegends.playerdata.storage.statisticMethods in xericker.arenalegends.playerdata.storage.statistic that return PlayerStatisticModifier and TypeMethodDescriptionstatic PlayerStatisticReturns the enum constant of this class with the specified name.static PlayerStatistic[]PlayerStatistic.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xericker.arenalegends.playerdata.storage.statistic that return types with arguments of type PlayerStatisticModifier and TypeMethodDescriptionstatic List<PlayerStatistic> PlayerStatistic.getInsufficient(org.bukkit.entity.Player player, Map<PlayerStatistic, Long> requirementMap) static Map<PlayerStatistic, Long> Methods in xericker.arenalegends.playerdata.storage.statistic with parameters of type PlayerStatisticModifier and TypeMethodDescriptionvoidStatisticStorage.add(GameMode gameMode, PlayerStatistic statistic, long value) voidStatisticStorage.add(PlayerStatistic statistic, long value) longStatisticStorage.get(GameMode gameMode, PlayerStatistic statistic) longStatisticStorage.get(PlayerStatistic statistic) voidStatisticStorage.remove(GameMode gameMode, PlayerStatistic statistic, long value) voidStatisticStorage.remove(PlayerStatistic statistic, long value) voidStatisticStorage.set(GameMode gameMode, PlayerStatistic statistic, long value) voidStatisticStorage.set(PlayerStatistic statistic, long value) Method parameters in xericker.arenalegends.playerdata.storage.statistic with type arguments of type PlayerStatisticModifier and TypeMethodDescriptionstatic List<PlayerStatistic> PlayerStatistic.getInsufficient(org.bukkit.entity.Player player, Map<PlayerStatistic, Long> requirementMap) PlayerStatistic.processRequirement(org.bukkit.entity.Player player, Map<PlayerStatistic, Long> statisticMap)