public abstract class AbstractBiomeFilter extends Object implements BiomeFilter
BiomeFilter.| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractBiomeFilter.Next |
| Modifier and Type | Field and Description |
|---|---|
protected long |
seed |
| Constructor and Description |
|---|
AbstractBiomeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(long seed,
net.daporkchop.lib.random.PRandom random) |
protected int |
random(int x,
int z,
int i,
int bound) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getAllBiomespublic void init(long seed,
net.daporkchop.lib.random.PRandom random)
init in interface BiomeFilterprotected int random(int x,
int z,
int i,
int bound)
Copyright © 2020. All rights reserved.