Enum Class Jigsaw.Orientation

java.lang.Object
java.lang.Enum<Jigsaw.Orientation>
org.bukkit.block.data.type.Jigsaw.Orientation
All Implemented Interfaces:
Serializable, Comparable<Jigsaw.Orientation>, Constable
Enclosing interface:
Jigsaw

@Deprecated public static enum Jigsaw.Orientation extends Enum<Jigsaw.Orientation>
Deprecated.
this property is not specific to the Jigsaw, use Orientation instead. All references to this enum will be redirected to that enum at runtime.
The directions the Jigsaw can be oriented.
  • Enum Constant Details

  • Method Details

    • values

      public static Jigsaw.Orientation[] values()
      Deprecated.
      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

      public static Jigsaw.Orientation valueOf(String name)
      Deprecated.
      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