Class ZoomBiomeFilter
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.ZoomBiomeFilter
- All Implemented Interfaces:
BiomeFilter
- Author:
- DaPorkchop_
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter
AbstractBiomeFilter.Next -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.cloudburstmc.api.util.Identifierprotected ZoomBiomeFilter.Modeprotected 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)protected int[]getRecursive(int x, int z, int sizeX, int sizeZ, IntArrayAllocator alloc, int depth)protected intselectNormal(int x, int z, int v0, int v1, int v2, int v3)protected intselectRandom(int x, int z, int v0, int v1, int v2, int v3)Methods inherited from class org.cloudburstmc.server.level.generator.standard.biome.map.complex.AbstractBiomeFilter.Next
initMethods 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 -
times
protected int times -
mode
-
-
Constructor Details
-
ZoomBiomeFilter
public ZoomBiomeFilter()
-
-
Method Details
-
getAllBiomes
-
get
-
getRecursive
protected int[] getRecursive(int x, int z, int sizeX, int sizeZ, IntArrayAllocator alloc, int depth) -
selectNormal
protected int selectNormal(int x, int z, int v0, int v1, int v2, int v3) -
selectRandom
protected int selectRandom(int x, int z, int v0, int v1, int v2, int v3)
-