Class AbstractBiomeFilter
java.lang.Object
org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
- All Implemented Interfaces:
BiomeFilter
- Direct Known Subclasses:
AbstractBiomeFilter.Next,RandomBiomeFilter,RiverCombineBiomeFilter
Base implementation of a
BiomeFilter.- Author:
- DaPorkchop_
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.server.level.generator.standard.biome.map.complex.BiomeFilter
get, getAllBiomes
-
Field Details
-
seed
protected long seed
-
-
Constructor Details
-
AbstractBiomeFilter
public AbstractBiomeFilter()
-
-
Method Details
-
init
public void init(long seed, net.daporkchop.lib.random.PRandom random)- Specified by:
initin interfaceBiomeFilter
-
random
protected int random(int x, int z, int i, int bound)
-