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(since="1.21.5", forRemoval=true) public static enum Jigsaw.Orientation extends Enum<Jigsaw.Orientation>
Deprecated, for removal: This API element is subject to removal in a future version.
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.
  • Nested Class Summary

    Nested classes/interfaces inherited from class Enum

    Enum.EnumDesc<E>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • DOWN_EAST

      public static final Jigsaw.Orientation DOWN_EAST
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOWN_NORTH

      public static final Jigsaw.Orientation DOWN_NORTH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOWN_SOUTH

      public static final Jigsaw.Orientation DOWN_SOUTH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOWN_WEST

      public static final Jigsaw.Orientation DOWN_WEST
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UP_EAST

      public static final Jigsaw.Orientation UP_EAST
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UP_NORTH

      public static final Jigsaw.Orientation UP_NORTH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UP_SOUTH

      public static final Jigsaw.Orientation UP_SOUTH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UP_WEST

      public static final Jigsaw.Orientation UP_WEST
      Deprecated, for removal: This API element is subject to removal in a future version.
    • WEST_UP

      public static final Jigsaw.Orientation WEST_UP
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EAST_UP

      public static final Jigsaw.Orientation EAST_UP
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NORTH_UP

      public static final Jigsaw.Orientation NORTH_UP
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SOUTH_UP

      public static final Jigsaw.Orientation SOUTH_UP
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static Jigsaw.Orientation[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      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