Package org.bukkit.block.data.type
Interface BubbleColumn
'drag' indicates whether a force will be applied on entities moving through
 this block.
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
- 
Method Details- 
isDragboolean isDrag()Gets the value of the 'drag' property.- Returns:
- the 'drag' value
 
- 
setDragvoid setDrag(boolean drag) Sets the value of the 'drag' property.- Parameters:
- drag- the new 'drag' value
 
 
-