接口 Bisected

所有超级接口:
BlockData, Cloneable
所有已知子接口:
Door, PitcherCrop, SmallDripleaf, Stairs, TrapDoor

public interface Bisected extends BlockData
'half' 值表示该方块是一个两格高方块的哪一部分.
在游戏中, (top, bottom) 或 (upper, lower) 两种叫法可能都存在.
  • 方法详细资料

    • getHalf

      获取 'half' 属性的值.

      原文: Gets the value of the 'half' property.

      返回:
      属性 'half' 的值
    • setHalf

      void setHalf(@NotNull @NotNull Bisected.Half half)
      设置 'half' 属性的值.

      原文: Sets the value of the 'half' property.

      参数:
      half - 新的 'half' 属性值