Class ClimateBiomeFilter
java.lang.Object
org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter.Next
org.cloudburstmc.server.level.generator.standard.biome.map.complex.filter.ClimateBiomeFilter
- All Implemented Interfaces:
BiomeFilter
Replaces biomes according to climate patterns.
- Author:
- DaPorkchop_
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
AbstractBiomeFilter.Next -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GenerationBiomeprotected intprotected GenerationBiomeprotected intprotected GenerationBiomeprotected intstatic org.cloudburstmc.api.util.Identifierprotected GenerationBiomeprotected intprotected GenerationBiomeprotected intFields inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter.Next
nextFields inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
seed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]get(int x, int z, int sizeX, int sizeZ, IntArrayAllocator alloc)voidinit(long seed, net.daporkchop.lib.random.PRandom random)Methods inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
random
-
Field Details
-
ID
public static final org.cloudburstmc.api.util.Identifier ID -
icyId
protected int icyId -
coolId
protected int coolId -
warmId
protected int warmId -
hotId
protected int hotId -
oceanId
protected int oceanId -
icy
-
cool
-
warm
-
hot
-
ocean
-
-
Constructor Details
-
ClimateBiomeFilter
public ClimateBiomeFilter()
-
-
Method Details
-
init
public void init(long seed, net.daporkchop.lib.random.PRandom random)- Specified by:
initin interfaceBiomeFilter- Overrides:
initin classAbstractBiomeFilter.Next
-
getAllBiomes
-
get
-