| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static @Nullable 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CoalType | 
Coal.getType()
Deprecated.  
Gets the current type of this coal 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Coal.setType(CoalType type)
Deprecated.  
Sets the type of this coal 
 | 
| Constructor and Description | 
|---|
Coal(CoalType type)
Deprecated.  
  | 
Copyright © 2021. All rights reserved.