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 | 
|---|---|
@NotNull Chest.Type | 
getType()
Gets the value of the 'type' property. 
 | 
void | 
setType(@NotNull Chest.Type type)
Sets the value of the 'type' property. 
 | 
getFaces, getFacing, setFacingisWaterlogged, setWaterloggedclone, getAsString, getAsString, getMaterial, matches, merge@NotNull @NotNull Chest.Type getType()
void setType(@NotNull
             @NotNull Chest.Type type)
type - the new 'type' valueCopyright © 2021. All rights reserved.