接口 Rotatable

所有超级接口:
BlockData, Cloneable
所有已知子接口:
HangingSign, Sign

public interface Rotatable extends BlockData
'rotation' 表示方块的旋转方向.
  • 方法详细资料

    • getRotation

      @NotNull @NotNull BlockFace getRotation()
      获取 'rotation' 属性值.

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

      返回:
      方块的旋转方向
    • setRotation

      void setRotation(@NotNull @NotNull BlockFace rotation)
      设置 'rotation' 属性值.

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

      参数:
      rotation - 方块的旋转方向