public static enum FastNoiseLite.RotationType3D extends Enum<FastNoiseLite.RotationType3D>
Enum Constant and Description |
---|
ImproveXYPlanes |
ImproveXZPlanes |
None |
Modifier and Type | Method and Description |
---|---|
static FastNoiseLite.RotationType3D |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastNoiseLite.RotationType3D[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastNoiseLite.RotationType3D None
public static final FastNoiseLite.RotationType3D ImproveXYPlanes
public static final FastNoiseLite.RotationType3D ImproveXZPlanes
public static FastNoiseLite.RotationType3D[] values()
for (FastNoiseLite.RotationType3D c : FastNoiseLite.RotationType3D.values()) System.out.println(c);
public static FastNoiseLite.RotationType3D valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.