Package | Description |
---|---|
org.bukkit.block.data |
Generalized BlockData classes.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Rail.Shape |
Rail.getShape()
Gets the value of the 'shape' property.
|
static Rail.Shape |
Rail.Shape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rail.Shape[] |
Rail.Shape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Rail.setShape(@NotNull Rail.Shape shape)
Sets the value of the 'shape' property.
|
Copyright © 2021. All rights reserved.