Interface Rotatable

  • All Superinterfaces:
    BlockData, Cloneable
    All Known Subinterfaces:
    Sign

    public interface Rotatable
    extends BlockData
    'rotation' represents the current rotation of this block.
    • Method Detail

      • getRotation

        @NotNull
        BlockFace getRotation()
        Gets the value of the 'rotation' property.
        Returns:
        the 'rotation' value
      • setRotation

        void setRotation​(@NotNull
                         BlockFace rotation)
        Sets the value of the 'rotation' property.
        Parameters:
        rotation - the new 'rotation' value