protected static enum ZoomBiomeFilter.Mode extends Enum<ZoomBiomeFilter.Mode>
| Modifier and Type | Method and Description |
|---|---|
int |
belowCoord(int parentCoord) |
int |
belowSize(int parentSize) |
abstract int[] |
doZoom(ZoomBiomeFilter filter,
int[] below,
int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc) |
static ZoomBiomeFilter.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoomBiomeFilter.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoomBiomeFilter.Mode DEFAULT
public static final ZoomBiomeFilter.Mode FUZZY
public static final ZoomBiomeFilter.Mode VORONOI
public static ZoomBiomeFilter.Mode[] values()
for (ZoomBiomeFilter.Mode c : ZoomBiomeFilter.Mode.values()) System.out.println(c);
public static ZoomBiomeFilter.Mode 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 nullpublic int belowCoord(int parentCoord)
public int belowSize(int parentSize)
public abstract int[] doZoom(ZoomBiomeFilter filter, int[] below, int x, int z, int sizeX, int sizeZ, IntArrayAllocator alloc)
Copyright © 2020. All rights reserved.