Uses of Class
org.bukkit.CoalType
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of CoalType in org.bukkit
Methods in org.bukkit that return CoalType Modifier and Type Method Description static CoalType
CoalType. getByData(byte data)
Deprecated.Magic valuestatic 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 Modifier and Type Method Description CoalType
Coal. getType()
Deprecated.Gets the current type of this coalMethods in org.bukkit.material with parameters of type CoalType Modifier and Type Method Description void
Coal. setType(CoalType type)
Deprecated.Sets the type of this coalConstructors in org.bukkit.material with parameters of type CoalType Constructor Description Coal(CoalType type)
Deprecated.