Class StatisticsMock
java.lang.Object
be.seeseemelk.mockbukkit.statistic.StatisticsMock
An implementation of player statistics, similar to CraftStatistic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecrementStatistic(@NotNull Statistic statistic, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, int)voiddecrementStatistic(@NotNull Statistic statistic, @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, EntityType, int)voiddecrementStatistic(@NotNull Statistic statistic, @NotNull Material material, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, Material, int)intgetStatistic(@NotNull Statistic statistic) Implementation ofOfflinePlayer.getStatistic(Statistic)intgetStatistic(@NotNull Statistic statistic, @NotNull EntityType entity) Implementation ofOfflinePlayer.getStatistic(Statistic, EntityType)intgetStatistic(@NotNull Statistic statistic, @NotNull Material material) Implementation ofOfflinePlayer.getStatistic(Statistic, Material)voidincrementStatistic(@NotNull Statistic statistic, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, int)voidincrementStatistic(@NotNull Statistic statistic, @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, EntityType, int)voidincrementStatistic(@NotNull Statistic statistic, @NotNull Material material, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, Material, int)voidsetStatistic(@NotNull Statistic statistic, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, int)voidsetStatistic(@NotNull Statistic statistic, @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, EntityType, int)voidsetStatistic(@NotNull Statistic statistic, @NotNull Material material, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, Material, int)
-
Constructor Details
-
StatisticsMock
public StatisticsMock()
-
-
Method Details
-
setStatistic
Implementation ofOfflinePlayer.setStatistic(Statistic, int) -
setStatistic
public void setStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull Material material, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, Material, int) -
setStatistic
public void setStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, EntityType, int) -
incrementStatistic
Implementation ofOfflinePlayer.incrementStatistic(Statistic, int) -
incrementStatistic
public void incrementStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull Material material, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, Material, int) -
incrementStatistic
public void incrementStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, EntityType, int) -
decrementStatistic
Implementation ofOfflinePlayer.decrementStatistic(Statistic, int) -
decrementStatistic
public void decrementStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull Material material, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, Material, int) -
decrementStatistic
public void decrementStatistic(@NotNull @NotNull Statistic statistic, @NotNull @NotNull EntityType entity, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, EntityType, int) -
getStatistic
Implementation ofOfflinePlayer.getStatistic(Statistic) -
getStatistic
Implementation ofOfflinePlayer.getStatistic(Statistic, Material) -
getStatistic
Implementation ofOfflinePlayer.getStatistic(Statistic, EntityType)
-