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 Summary
-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getType
Gets the value of the 'type' property.- Returns:
- the 'type' value
-
setType
Sets the value of the 'type' property.- Parameters:
type
- the new 'type' value
-