Package org.bukkit.block.data
Interface Waterlogged
- All Known Subinterfaces:
AmethystCluster
,BigDripleaf
,CalibratedSculkSensor
,Campfire
,Candle
,Chain
,Chest
,CoralWallFan
,DecoratedPot
,Dripleaf
,EnderChest
,Fence
,GlassPane
,GlowLichen
,HangingSign
,Ladder
,Lantern
,Leaves
,Light
,LightningRod
,MangrovePropagule
,PointedDripstone
,Rail
,RedstoneRail
,Scaffolding
,SculkSensor
,SculkShrieker
,SculkVein
,SeaPickle
,Sign
,Slab
,SmallDripleaf
,Stairs
,TrapDoor
,Wall
,WallHangingSign
,WallSign
'waterlogged' denotes whether this block has fluid in it.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
isWaterlogged
boolean isWaterlogged()Gets the value of the 'waterlogged' property.- Returns:
- the 'waterlogged' value
-
setWaterlogged
void setWaterlogged(boolean waterlogged) Sets the value of the 'waterlogged' property.- Parameters:
waterlogged
- the new 'waterlogged' value
-