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