public interface Door extends Bisected, Directional, Openable, Powerable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Door.Hinge
The hinge of a door.
|
Bisected.Half| Modifier and Type | Method and Description |
|---|---|
Door.Hinge |
getHinge()
Gets the value of the 'hinge' property.
|
void |
setHinge(Door.Hinge hinge)
Sets the value of the 'hinge' property.
|
getFaces, getFacing, setFacingisPowered, setPoweredclone, getAsString, getAsString, getMaterial, matches, merge@NotNull Door.Hinge getHinge()
void setHinge(@NotNull
Door.Hinge hinge)
hinge - the new 'hinge' valueCopyright © 2020. All rights reserved.