Enum Constant and Description |
---|
CLOCKWISE_180 |
CLOCKWISE_90 |
COUNTERCLOCKWISE_90 |
NONE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private static java.lang.String[] |
rotationNames |
Modifier and Type | Method and Description |
---|---|
Rotation |
add(Rotation rotation) |
EnumFacing |
rotate(EnumFacing facing) |
int |
rotate(int p_185833_1_,
int p_185833_2_) |
static Rotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rotation NONE
public static final Rotation CLOCKWISE_90
public static final Rotation CLOCKWISE_180
public static final Rotation COUNTERCLOCKWISE_90
private final java.lang.String name
private static final java.lang.String[] rotationNames
public static Rotation[] values()
for (Rotation c : Rotation.values()) System.out.println(c);
public static Rotation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic EnumFacing rotate(EnumFacing facing)
public int rotate(int p_185833_1_, int p_185833_2_)