Uses of Enum Class
org.bukkit.Statistic
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces used to manage the client side score display system.
-
Uses of Statistic in org.bukkit
Modifier and TypeMethodDescriptionstatic Statistic
Returns the enum constant of this class with the specified name.static Statistic[]
Statistic.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic) Decrements the given statistic for this player.void
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic, int amount) Decrements the given statistic for this player.void
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic, @NotNull Material material) Decrements the given statistic for this player for the given material.void
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic, @NotNull Material material, int amount) Decrements the given statistic for this player for the given material.void
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType) Decrements the given statistic for this player for the given entity.void
OfflinePlayer.decrementStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType, int amount) Decrements the given statistic for this player for the given entity.int
OfflinePlayer.getStatistic
(@NotNull Statistic statistic) Gets the value of the given statistic for this player.int
OfflinePlayer.getStatistic
(@NotNull Statistic statistic, @NotNull Material material) Gets the value of the given statistic for this player.int
OfflinePlayer.getStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType) Gets the value of the given statistic for this player.UnsafeValues.getStatisticCriteriaKey
(Statistic statistic) Deprecated.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic) Increments the given statistic for this player.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic, int amount) Increments the given statistic for this player.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic, @NotNull Material material) Increments the given statistic for this player for the given material.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic, @NotNull Material material, int amount) Increments the given statistic for this player for the given material.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType) Increments the given statistic for this player for the given entity.void
OfflinePlayer.incrementStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType, int amount) Increments the given statistic for this player for the given entity.void
OfflinePlayer.setStatistic
(@NotNull Statistic statistic, int newValue) Sets the given statistic for this player.void
OfflinePlayer.setStatistic
(@NotNull Statistic statistic, @NotNull Material material, int newValue) Sets the given statistic for this player for the given material.void
OfflinePlayer.setStatistic
(@NotNull Statistic statistic, @NotNull EntityType entityType, int newValue) Sets the given statistic for this player for the given entity. -
Uses of Statistic in org.bukkit.event.player
Modifier and TypeFieldDescriptionprotected final Statistic
PlayerStatisticIncrementEvent.statistic
Modifier and TypeMethodDescriptionPlayerStatisticIncrementEvent.getStatistic()
Gets the statistic that is being incremented.ModifierConstructorDescriptionPlayerStatisticIncrementEvent
(@NotNull Player player, @NotNull Statistic statistic, int initialValue, int newValue) PlayerStatisticIncrementEvent
(@NotNull Player player, @NotNull Statistic statistic, int initialValue, int newValue, @NotNull Material material) PlayerStatisticIncrementEvent
(@NotNull Player player, @NotNull Statistic statistic, int initialValue, int newValue, @NotNull EntityType entityType) -
Uses of Statistic in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionGet aCriteria
for the specified statistic.Get aCriteria
for the specified statistic pertaining to blocks or items.Criteria.statistic
(@NotNull Statistic statistic, @NotNull EntityType entityType) Get aCriteria
for the specified statistic pertaining to an entity type.