public class RiverCombineBiomeFilter extends AbstractBiomeFilter
AbstractBiomeFilter.Next| Modifier and Type | Field and Description |
|---|---|
protected BiomeFilter |
biomeLayer |
protected GenerationBiome |
defaultRiver |
static Identifier |
ID |
protected it.unimi.dsi.fastutil.ints.IntSet |
oceanBiomes |
protected GenerationBiome[] |
oceans |
protected it.unimi.dsi.fastutil.ints.Int2IntMap |
replacements |
protected Map<String,GenerationBiome> |
riverBiomes |
protected BiomeFilter |
riverLayer |
seed| Constructor and Description |
|---|
RiverCombineBiomeFilter() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
get(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc) |
Collection<GenerationBiome> |
getAllBiomes() |
void |
init(long seed,
net.daporkchop.lib.random.PRandom random) |
randompublic static final Identifier ID
protected BiomeFilter biomeLayer
protected BiomeFilter riverLayer
protected final it.unimi.dsi.fastutil.ints.IntSet oceanBiomes
protected final it.unimi.dsi.fastutil.ints.Int2IntMap replacements
protected GenerationBiome defaultRiver
protected GenerationBiome[] oceans
protected Map<String,GenerationBiome> riverBiomes
public void init(long seed,
net.daporkchop.lib.random.PRandom random)
init in interface BiomeFilterinit in class AbstractBiomeFilterpublic Collection<GenerationBiome> getAllBiomes()
public int[] get(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc)
Copyright © 2020. All rights reserved.