public class BleedIslandBiomeFilter extends AbstractBiomeFilter.Next
AbstractBiomeFilter.Next| Modifier and Type | Field and Description |
|---|---|
protected int |
bleedChance |
protected int |
chance |
static Identifier |
ID |
protected GenerationBiome |
island |
protected int |
islandId |
protected GenerationBiome |
ocean |
protected int |
oceanId |
protected GenerationBiome |
preserve |
protected int |
preserveId |
nextseed| Constructor and Description |
|---|
BleedIslandBiomeFilter() |
| 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 int oceanId
protected int preserveId
protected int islandId
protected int chance
protected int bleedChance
protected GenerationBiome ocean
protected GenerationBiome preserve
protected GenerationBiome island
public void init(long seed,
net.daporkchop.lib.random.PRandom random)
init in interface BiomeFilterinit in class AbstractBiomeFilter.Nextpublic Collection<GenerationBiome> getAllBiomes()
public int[] get(int x,
int z,
int sizeX,
int sizeZ,
IntArrayAllocator alloc)
Copyright © 2020. All rights reserved.