Uses of Class
org.bukkit.Statistic

Packages that use Statistic
org.bukkit More generalized classes in the API. 
org.bukkit.entity Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. 
 

Uses of Statistic in org.bukkit
 

Methods in org.bukkit that return Statistic
static Statistic Statistic.getById(int id)
          Deprecated. Magic value
static Statistic Statistic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Statistic[] Statistic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Statistic in org.bukkit.entity
 

Methods in org.bukkit.entity with parameters of type Statistic
 void Player.incrementStatistic(Statistic statistic)
          Increments the given statistic for this player
 void Player.incrementStatistic(Statistic statistic, int amount)
          Increments the given statistic for this player
 void Player.incrementStatistic(Statistic statistic, Material material)
          Increments the given statistic for this player for the given material
 void Player.incrementStatistic(Statistic statistic, Material material, int amount)
          Increments the given statistic for this player for the given material
 



Copyright © 2013. All Rights Reserved.