BlockData, Cloneable, Directional, Waterloggedpublic interface Chest extends Directional, Waterlogged
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Chest.Type |
Type of this chest block.
|
| Modifier and Type | Method | Description |
|---|---|---|
@NotNull Chest.Type |
getType() |
Gets the value of the 'type' property.
|
void |
setType(@NotNull Chest.Type type) |
Sets the value of the 'type' property.
|
clone, getAsString, getAsString, getMaterial, matches, mergegetFaces, getFacing, setFacingisWaterlogged, setWaterlogged@NotNull @NotNull Chest.Type getType()
void setType(@NotNull
@NotNull Chest.Type type)
type - the new 'type' valueCopyright © 2020. All rights reserved.