Enum Class Crafter.Orientation
- All Implemented Interfaces:
Serializable, Comparable<Crafter.Orientation>, Constable
- Enclosing interface:
Crafter
@Deprecated(since="1.21.5",
forRemoval=true)
public static enum Crafter.Orientation
extends Enum<Crafter.Orientation>
Deprecated, for removal: This API element is subject to removal in a future version.
The directions the Crafter can be oriented.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, 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 TypeMethodDescriptionstatic Crafter.OrientationDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static Crafter.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.
-
Enum Constant Details
-
DOWN_EAST
Deprecated, for removal: This API element is subject to removal in a future version. -
DOWN_NORTH
Deprecated, for removal: This API element is subject to removal in a future version. -
DOWN_SOUTH
Deprecated, for removal: This API element is subject to removal in a future version. -
DOWN_WEST
Deprecated, for removal: This API element is subject to removal in a future version. -
UP_EAST
Deprecated, for removal: This API element is subject to removal in a future version. -
UP_NORTH
Deprecated, for removal: This API element is subject to removal in a future version. -
UP_SOUTH
Deprecated, for removal: This API element is subject to removal in a future version. -
UP_WEST
Deprecated, for removal: This API element is subject to removal in a future version. -
WEST_UP
Deprecated, for removal: This API element is subject to removal in a future version. -
EAST_UP
Deprecated, for removal: This API element is subject to removal in a future version. -
NORTH_UP
Deprecated, for removal: This API element is subject to removal in a future version. -
SOUTH_UP
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
Orientationinstead. All references to this enum will be redirected to that enum at runtime.