Package | Description |
---|---|
org.bukkit.block.data.type |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
Door.setHinge(Door.Hinge hinge) |
Sets the value of the 'hinge' property.
|
Copyright © 2019. All rights reserved.