| Package | Description |
|---|---|
| org.bukkit.block.data.type |
| Modifier and Type | Method and Description |
|---|---|
Chest.Type |
Chest.getType()
Gets the value of the 'type' property.
|
static Chest.Type |
Chest.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chest.Type[] |
Chest.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chest.setType(Chest.Type type)
Sets the value of the 'type' property.
|
Copyright © 2019. All rights reserved.