public interface Chest extends Directional, Waterlogged
Modifier and Type | Interface and Description |
---|---|
static class |
Chest.Type
Type of this chest block.
|
Modifier and Type | Method and Description |
---|---|
Chest.Type |
getType()
Gets the value of the 'type' property.
|
void |
setType(Chest.Type type)
Sets the value of the 'type' property.
|
getFaces, getFacing, setFacing
isWaterlogged, setWaterlogged
clone, getAsString, getAsString, getMaterial, matches, merge
@NotNull Chest.Type getType()
void setType(@NotNull Chest.Type type)
type
- the new 'type' valueCopyright © 2021. All rights reserved.