| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
| Modifier and Type | Method and Description |
|---|---|
Door.Hinge |
Door.getHinge()
Gets the value of the 'hinge' property.
|
static Door.Hinge |
Door.Hinge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Door.Hinge[] |
Door.Hinge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Door.setHinge(Door.Hinge hinge)
Sets the value of the 'hinge' property.
|
Copyright © 2020. All rights reserved.