接口 BubbleColumn

所有超级接口:
BlockData, Cloneable

public interface BubbleColumn extends BlockData
'drag' 值表示是否存在应用到实体上的力将其移向该方块.
  • 方法详细资料

    • 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' 属性值