Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
CoalType |
Coal.getType() |
Deprecated.
Gets the current type of this coal
|
Modifier and Type | Method | Description |
---|---|---|
void |
Coal.setType(CoalType type) |
Deprecated.
Sets the type of this coal
|
Constructor | Description |
---|---|
Coal(CoalType type) |
Deprecated.
|
Copyright © 2019. All rights reserved.