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 org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, int)voiddecrementStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, EntityType, int)voiddecrementStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, Material, int)intgetStatistic(@NotNull org.bukkit.Statistic statistic) Implementation ofOfflinePlayer.getStatistic(Statistic)intgetStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.entity.EntityType entity) Implementation ofOfflinePlayer.getStatistic(Statistic, EntityType)intgetStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.Material material) Implementation ofOfflinePlayer.getStatistic(Statistic, Material)voidincrementStatistic(@NotNull org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, int)voidincrementStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, EntityType, int)voidincrementStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, Material, int)voidsetStatistic(@NotNull org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, int)voidsetStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, EntityType, int)voidsetStatistic(@NotNull org.bukkit.Statistic statistic, @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, Material, int)
-
Constructor Details
-
StatisticsMock
public StatisticsMock()
-
-
Method Details
-
setStatistic
public void setStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, int) -
setStatistic
public void setStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, Material, int) -
setStatistic
public void setStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.setStatistic(Statistic, EntityType, int) -
incrementStatistic
public void incrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, int) -
incrementStatistic
public void incrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, Material, int) -
incrementStatistic
public void incrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.incrementStatistic(Statistic, EntityType, int) -
decrementStatistic
public void decrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, int) -
decrementStatistic
public void decrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.Material material, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, Material, int) -
decrementStatistic
public void decrementStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.entity.EntityType entity, int amount) Implementation ofOfflinePlayer.decrementStatistic(Statistic, EntityType, int) -
getStatistic
public int getStatistic(@NotNull @NotNull org.bukkit.Statistic statistic) Implementation ofOfflinePlayer.getStatistic(Statistic) -
getStatistic
public int getStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.Material material) Implementation ofOfflinePlayer.getStatistic(Statistic, Material) -
getStatistic
public int getStatistic(@NotNull @NotNull org.bukkit.Statistic statistic, @NotNull @NotNull org.bukkit.entity.EntityType entity) Implementation ofOfflinePlayer.getStatistic(Statistic, EntityType)
-