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