Uses of Class
org.bukkit.CoalType

Packages that use CoalType
org.bukkit More generalized classes in the API. 
org.bukkit.material Classes that represents various voxel types and states. 
 

Uses of CoalType in org.bukkit
 

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

Uses of CoalType in org.bukkit.material
 

Methods in org.bukkit.material that return CoalType
 CoalType Coal.getType()
          Gets the current type of this coal
 

Methods in org.bukkit.material with parameters of type CoalType
 void Coal.setType(CoalType type)
          Sets the type of this coal
 

Constructors in org.bukkit.material with parameters of type CoalType
Coal(CoalType type)
           
 



Copyright © 2014. All rights reserved.