Uses of Class
org.bukkit.block.data.type.Wall.Height
| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
-
Uses of Wall.Height in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Wall.Height Modifier and Type Method Description Wall.HeightWall. getHeight(BlockFace face)Gets the height of the specified face.static Wall.HeightWall.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.Methods in org.bukkit.block.data.type with parameters of type Wall.Height Modifier and Type Method Description voidWall. setHeight(BlockFace face, Wall.Height height)Set the height of the specified face.