Uses of Class
org.bukkit.block.data.type.Slab.Type
| Package | Description |
|---|---|
| org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
-
Uses of Slab.Type in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Slab.Type Modifier and Type Method Description Slab.TypeSlab. getType()Gets the value of the 'type' property.static Slab.TypeSlab.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Slab.Type[]Slab.Type. 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 Slab.Type Modifier and Type Method Description voidSlab. setType(Slab.Type type)Sets the value of the 'type' property.