public enum ZoomLayer extends java.lang.Enum<ZoomLayer> implements IAreaTransformer1
Modifier and Type | Method and Description |
---|---|
protected int |
func_202715_a(IExtendedNoiseRandom<?> p_202715_1_,
int p_202715_2_,
int p_202715_3_,
int p_202715_4_,
int p_202715_5_) |
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 ZoomLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoomLayer[] |
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, valueOf
apply
public static final ZoomLayer NORMAL
public static final ZoomLayer FUZZY
public static ZoomLayer[] values()
for (ZoomLayer c : ZoomLayer.values()) System.out.println(c);
public static ZoomLayer 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_215721_a(int p_215721_1_)
func_215721_a
in interface IDimTransformer
public int func_215722_b(int p_215722_1_)
func_215722_b
in interface IDimTransformer
public 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 IAreaTransformer1
protected int func_202715_a(IExtendedNoiseRandom<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_)