| Package | Description | 
|---|---|
| org.bukkit.block.data | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
|---|---|
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. 
 | 
Copyright © 2021. All rights reserved.