public enum GenLayerZoom extends java.lang.Enum<GenLayerZoom> implements IAreaTransformer1
| Modifier and Type | Method and Description |
|---|---|
AreaDimension |
apply(AreaDimension dimensionIn) |
int |
apply(IContextExtended<?> context,
AreaDimension areaDimensionIn,
IArea area,
int x,
int z) |
protected int |
func_202715_a(IContextExtended<?> p_202715_1_,
int p_202715_2_,
int p_202715_3_,
int p_202715_4_,
int p_202715_5_) |
static GenLayerZoom |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenLayerZoom[] |
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 GenLayerZoom NORMAL
public static final GenLayerZoom FUZZY
public static GenLayerZoom[] values()
for (GenLayerZoom c : GenLayerZoom.values()) System.out.println(c);
public static GenLayerZoom 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 AreaDimension apply(AreaDimension dimensionIn)
apply in interface IDimTransformerpublic int apply(IContextExtended<?> context, AreaDimension areaDimensionIn, IArea area, int x, int z)
apply in interface IAreaTransformer1protected int func_202715_a(IContextExtended<?> p_202715_1_, int p_202715_2_, int p_202715_3_, int p_202715_4_, int p_202715_5_)