Interface ArtType

All Superinterfaces:
DataPackSerializable, DefaultedRegistryValue<ArtType>

Represents a piece of art to be displayed by Paintings.
  • Method Details

    • builder

      static ArtType.Builder builder()
    • height

      int height()
      Gets the height in blocks this art piece spans.
      Returns:
      The height in blocks
    • width

      int width()
      Gets the width in blocks this art piece spans.
      Returns:
      The width in blocks