| Package | Description |
|---|---|
| org.bukkit.block.data |
| Modifier and Type | Method and Description |
|---|---|
Rail.Shape |
Rail.getShape()
Gets the value of the 'shape' property.
|
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.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.
|
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 |
|---|---|
Set<Rail.Shape> |
Rail.getShapes()
Gets the shapes which are applicable to this block.
|
Set<Rail.Shape> |
Rail.getShapes()
Gets the shapes which are applicable to this block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rail.setShape(Rail.Shape shape)
Sets the value of the 'shape' property.
|
void |
Rail.setShape(Rail.Shape shape)
Sets the value of the 'shape' property.
|
Copyright © 2022. All rights reserved.