| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
| Modifier and Type | Method | Description |
|---|---|---|
Wall.Height |
Wall.getHeight(BlockFace face) |
Gets the height of the specified face.
|
static Wall.Height |
Wall.Height.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Wall.Height[] |
Wall.Height.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Wall.setHeight(BlockFace face,
Wall.Height height) |
Set the height of the specified face.
|
Copyright © 2020. All rights reserved.