Package org.bukkit.block.data.type
Interface BubbleColumn
'drag' indicates whether a force will be applied on entities moving through
this block.
-
Method Summary
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
-
Method Details
-
isDrag
boolean isDrag()Gets the value of the 'drag' property.- Returns:
- the 'drag' value
-
setDrag
void setDrag(boolean drag) Sets the value of the 'drag' property.- Parameters:
drag
- the new 'drag' value
-