public class ZoomBiomeFilter extends AbstractBiomeFilter.Next
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ZoomBiomeFilter.Mode |
AbstractBiomeFilter.Next| Modifier and Type | Field and Description |
|---|---|
static Identifier |
ID |
protected ZoomBiomeFilter.Mode |
mode |
protected int |
times |
nextseed| Constructor and Description |
|---|
ZoomBiomeFilter() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
get(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc) |
Collection<GenerationBiome> |
getAllBiomes() |
protected int[] |
getRecursive(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc,
int depth) |
protected int |
selectNormal(int x,
int z,
int v0,
int v1,
int v2,
int v3) |
protected int |
selectRandom(int x,
int z,
int v0,
int v1,
int v2,
int v3) |
initrandompublic static final Identifier ID
protected int times
protected ZoomBiomeFilter.Mode mode
public Collection<GenerationBiome> getAllBiomes()
public int[] get(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc)
protected int[] getRecursive(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc,
int depth)
protected int selectNormal(int x,
int z,
int v0,
int v1,
int v2,
int v3)
protected int selectRandom(int x,
int z,
int v0,
int v1,
int v2,
int v3)
Copyright © 2020. All rights reserved.