Package org.bukkit.block.data.type
Interface Slab
- All Superinterfaces:
- BlockData,- Cloneable,- Waterlogged
'type' represents what state the slab is in - either top, bottom, or a double
 slab occupying the full block.
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
getTypeGets the value of the 'type' property.- Returns:
- the 'type' value
 
- 
setTypeSets the value of the 'type' property.- Parameters:
- type- the new 'type' value
 
 
-