接口 BubbleColumn
'drag' 值表示是否存在应用到实体上的力将其移向该方块.
-
方法概要
从接口继承的方法 org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
方法详细资料
-
isDrag
boolean isDrag()获取 'drag' 属性的值.原文: Gets the value of the 'drag' property.
- 返回:
- 属性 'drag' 的值
-
setDrag
void setDrag(boolean drag) 设置 'drag' 属性的值.原文: Sets the value of the 'drag' property.
- 参数:
drag
- 新的 'drag' 属性值
-