Uses of Class
org.cloudburstmc.server.level.generator.standard.misc.AbstractGenerationPass
Packages that use AbstractGenerationPass
Package
Description
-
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.biome.map
Modifier and TypeClassDescriptionclassImplementation ofBiomeMapwhich returns a constant biome. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.biome.map.complex
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.biome.map.complexModifier and TypeClassDescriptionclassImplementation ofBiomeMapwhich uses a series of iterative passes ("filters") to progressively select a biome. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.generation.decorator
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.generation.decoratorModifier and TypeClassDescriptionclassPlaces a given block type using a vanilla bedrock pattern.classVariant ofSurfaceDecoratorthat adds an additional layer of blocks under the main layers.classclassclassSimilar toSurfaceDecorator, but switches between two different decorators based on the elevation of the highest block in the chunk.classclassSimilar toSurfaceDecorator, but switches between two different decorators based on the output of a noise function.classPlaces the surface blocks on terrain, consisting of a single "top" block followed by a number of "filler" blocks. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.generation.density
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.generation.densityModifier and TypeClassDescriptionclassANoiseSourcethat provides noise similar to that of vanilla's end terrain.classANoiseSourcethat provides noise similar to that of vanilla's nether terrain.classANoiseSourcethat provides noise similar to that of vanilla terrain. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population
Modifier and TypeClassDescriptionclassPlaces large spikes in the world.classA populator that has a certain probability of running every time it finds a viable location.static classclassclassclassclassclassclassSimilar toSurfaceDecorator, but switches between two different populators based on the output of a noise function.classPlaces large spikes in the world.classclassGenerates underwater ore veins. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.cluster
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.clusterModifier and TypeClassDescriptionclassclassGenerates ore veins. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.plant
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.plantModifier and TypeClassDescriptionclassclassPlaces patches of double plants in the world.classPlaces patches of plants of varying heights in the world.classPlaces patches of 1-block-tall plants in the world. -
Uses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.tree
Subclasses of AbstractGenerationPass in org.cloudburstmc.server.level.generator.standard.population.treeModifier and TypeClassDescriptionclassBase class for all tree populators.classPlaces very short "trees", consisting of only a single log with a pile of leaves around it.classA populator that places simple trees, with a similar shape to vanilla oak/birch trees.classA populator that places simple trees, with a similar shape to vanilla oak/birch trees.