Package org.bukkit.block.data.type
Interface Slab
-
- All Superinterfaces:
BlockData
,Cloneable
,Waterlogged
public interface Slab extends Waterlogged
'type' represents what state the slab is in - either top, bottom, or a double slab occupying the full block.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Slab.Type
The type of the slab.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Slab.Type
getType()
Gets the value of the 'type' property.void
setType(@NotNull Slab.Type type)
Sets the value of the 'type' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
-