| 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 and 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 and Description | 
|---|---|
@NotNull Axis | 
Orientable.getAxis()
Gets the value of the 'axis' property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Orientable.setAxis(@NotNull Axis axis)
Sets the value of the 'axis' property. 
 | 
Copyright © 2022. All rights reserved.