Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.block.data |
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 |
---|---|
Axis |
Orientable.getAxis()
Gets the value of the 'axis' property.
|
Modifier and Type | Method and Description |
---|---|
Set<Axis> |
Orientable.getAxes()
Gets the axes which are applicable to this block.
|
Modifier and Type | Method and Description |
---|---|
void |
Orientable.setAxis(Axis axis)
Sets the value of the 'axis' property.
|
Copyright © 2022. All rights reserved.