public enum VoroniZoomLayer extends java.lang.Enum<VoroniZoomLayer> implements IAreaTransformer1
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
func_215721_a(int p_215721_1_) |
int |
func_215722_b(int p_215722_1_) |
int |
func_215728_a(IExtendedNoiseRandom<?> p_215728_1_,
IArea p_215728_2_,
int p_215728_3_,
int p_215728_4_) |
static VoroniZoomLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoroniZoomLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfapplypublic static final VoroniZoomLayer INSTANCE
public static VoroniZoomLayer[] values()
for (VoroniZoomLayer c : VoroniZoomLayer.values()) System.out.println(c);
public static VoroniZoomLayer 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 int func_215728_a(IExtendedNoiseRandom<?> p_215728_1_, IArea p_215728_2_, int p_215728_3_, int p_215728_4_)
func_215728_a in interface IAreaTransformer1public int func_215721_a(int p_215721_1_)
func_215721_a in interface IDimTransformerpublic int func_215722_b(int p_215722_1_)
func_215722_b in interface IDimTransformer