Package org.bukkit.block.data
Interface Waterlogged
-
- All Known Subinterfaces:
Campfire
,Chest
,CoralWallFan
,EnderChest
,Fence
,GlassPane
,Ladder
,Scaffolding
,SeaPickle
,Sign
,Slab
,Stairs
,TrapDoor
,WallSign
public interface Waterlogged extends BlockData
'waterlogged' denotes whether this block has fluid in it.
-
-
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, matches, merge
-
-