Package org.bukkit

Enum Class Art

All Implemented Interfaces:
Serializable, Comparable<Art>, Constable, Keyed

public enum Art extends Enum<Art> implements Keyed
Represents the art on a painting
  • Enum Constant Details Link icon

    • KEBAB Link icon

      public static final Art KEBAB
    • AZTEC Link icon

      public static final Art AZTEC
    • ALBAN Link icon

      public static final Art ALBAN
    • AZTEC2 Link icon

      public static final Art AZTEC2
    • BOMB Link icon

      public static final Art BOMB
    • PLANT Link icon

      public static final Art PLANT
    • WASTELAND Link icon

      public static final Art WASTELAND
    • POOL Link icon

      public static final Art POOL
    • COURBET Link icon

      public static final Art COURBET
    • SEA Link icon

      public static final Art SEA
    • SUNSET Link icon

      public static final Art SUNSET
    • CREEBET Link icon

      public static final Art CREEBET
    • WANDERER Link icon

      public static final Art WANDERER
    • GRAHAM Link icon

      public static final Art GRAHAM
    • MATCH Link icon

      public static final Art MATCH
    • BUST Link icon

      public static final Art BUST
    • STAGE Link icon

      public static final Art STAGE
    • VOID Link icon

      public static final Art VOID
    • SKULL_AND_ROSES Link icon

      public static final Art SKULL_AND_ROSES
    • WITHER Link icon

      public static final Art WITHER
    • FIGHTERS Link icon

      public static final Art FIGHTERS
    • POINTER Link icon

      public static final Art POINTER
    • PIGSCENE Link icon

      public static final Art PIGSCENE
    • BURNING_SKULL Link icon

      public static final Art BURNING_SKULL
    • SKELETON Link icon

      public static final Art SKELETON
    • DONKEY_KONG Link icon

      public static final Art DONKEY_KONG
    • EARTH Link icon

      public static final Art EARTH
    • WIND Link icon

      public static final Art WIND
    • WATER Link icon

      public static final Art WATER
    • FIRE Link icon

      public static final Art FIRE
  • Method Details Link icon

    • values Link icon

      public static Art[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static Art valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getBlockWidth Link icon

      public int getBlockWidth()
      Gets the width of the painting, in blocks
      Returns:
      The width of the painting, in blocks
    • getBlockHeight Link icon

      public int getBlockHeight()
      Gets the height of the painting, in blocks
      Returns:
      The height of the painting, in blocks
    • getId Link icon

      @Deprecated public int getId()
      Deprecated.
      Magic value
      Get the ID of this painting.
      Returns:
      The ID of this painting
    • getKey Link icon

      @NotNull public NamespacedKey getKey()
      Description copied from interface: Keyed
      Return the namespaced identifier for this object.
      Specified by:
      getKey in interface Keyed
      Returns:
      this object's key
    • getById Link icon

      @Deprecated @Nullable public static Art getById(int id)
      Deprecated.
      Magic value
      Get a painting by its numeric ID
      Parameters:
      id - The ID
      Returns:
      The painting
    • getByName Link icon

      @Nullable public static Art getByName(@NotNull String name)
      Get a painting by its unique name

      This ignores underscores and capitalization

      Parameters:
      name - The name
      Returns:
      The painting