| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.block.data | Generalized BlockData classes. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Axis | Axis. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static Axis[] | Axis. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Axis | Orientable. getAxis() | Gets the value of the 'axis' property. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull Set<Axis> | Orientable. getAxes() | Gets the axes which are applicable to this block. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | Orientable. setAxis(@NotNull Axis axis) | Sets the value of the 'axis' property. | 
Copyright © 2020. All rights reserved.