Package org.bukkit.block.data
Interface Waterlogged
- All Known Subinterfaces:
- AmethystCluster,- BigDripleaf,- Campfire,- Candle,- Chain,- Chest,- CoralWallFan,- Dripleaf,- EnderChest,- Fence,- GlassPane,- GlowLichen,- Ladder,- Lantern,- Light,- LightningRod,- PointedDripstone,- Rail,- RedstoneRail,- Scaffolding,- SculkSensor,- SeaPickle,- Sign,- Slab,- SmallDripleaf,- Stairs,- TrapDoor,- Wall,- WallSign
'waterlogged' denotes whether this block has fluid in it.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'waterlogged' property.voidsetWaterlogged(boolean waterlogged)Sets the value of the 'waterlogged' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
- 
Method Details- 
isWaterloggedboolean isWaterlogged()Gets the value of the 'waterlogged' property.- Returns:
- the 'waterlogged' value
 
- 
setWaterloggedvoid setWaterlogged(boolean waterlogged)Sets the value of the 'waterlogged' property.- Parameters:
- waterlogged- the new 'waterlogged' value
 
 
-