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