public static enum FastNoiseLite.DomainWarpType extends Enum<FastNoiseLite.DomainWarpType>
Enum Constant and Description |
---|
BasicGrid |
OpenSimplex2 |
OpenSimplex2Reduced |
Modifier and Type | Method and Description |
---|---|
static FastNoiseLite.DomainWarpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastNoiseLite.DomainWarpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastNoiseLite.DomainWarpType OpenSimplex2
public static final FastNoiseLite.DomainWarpType OpenSimplex2Reduced
public static final FastNoiseLite.DomainWarpType BasicGrid
public static FastNoiseLite.DomainWarpType[] values()
for (FastNoiseLite.DomainWarpType c : FastNoiseLite.DomainWarpType.values()) System.out.println(c);
public static FastNoiseLite.DomainWarpType 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.