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