接口 Bed

所有超级接口:
BlockData, Cloneable, Directional

public interface Bed extends Directional
Bisected 相似, 'part' 值表示该方块对应的是床的哪一部分.
'occupied' 值是一个用于检查当前是否有玩家睡在该床方块上的快速标识.
  • 方法详细资料

    • getPart

      获取 'part' 属性的值.

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

      返回:
      属性 'part' 的值
    • setPart

      void setPart(@NotNull @NotNull Bed.Part part)
      设置 'part' 属性的值.

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

      参数:
      part - 新的 'part' 属性值
    • isOccupied

      boolean isOccupied()
      获取 'occupied' 属性的值.

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

      返回:
      属性 'occupied' 的值