Package org.bukkit.block.data
Interface Waterlogged
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWaterlogged()
Gets the value of the 'waterlogged' property.void
setWaterlogged(boolean waterlogged)
Sets the value of the 'waterlogged' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
-
-