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