Uses of Interface
org.cloudburstmc.server.level.generator.standard.misc.GenerationPass
Packages that use GenerationPass
Package
Description
-
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.biome.map
Subinterfaces of GenerationPass in org.cloudburstmc.server.level.generator.standard.biome.mapClasses in org.cloudburstmc.server.level.generator.standard.biome.map that implement GenerationPass -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.biome.map.complex
Classes in org.cloudburstmc.server.level.generator.standard.biome.map.complex that implement GenerationPassModifier and TypeClassDescriptionclassImplementation ofBiomeMapwhich uses a series of iterative passes ("filters") to progressively select a biome. -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.finish
Subinterfaces of GenerationPass in org.cloudburstmc.server.level.generator.standard.finishModifier and TypeInterfaceDescriptioninterfaceExactly identical to aPopulator, but only runs after the chunk and its neighbors have been populated.Classes in org.cloudburstmc.server.level.generator.standard.finish that implement GenerationPass -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.generation.decorator
Subinterfaces of GenerationPass in org.cloudburstmc.server.level.generator.standard.generation.decoratorModifier and TypeInterfaceDescriptioninterfaceAllows individual modification of blocks in a chunk after surfaces have been built.Classes in org.cloudburstmc.server.level.generator.standard.generation.decorator that implement GenerationPassModifier and TypeClassDescriptionclassPlaces a given block type using a vanilla bedrock pattern.classVariant ofSurfaceDecoratorthat adds an additional layer of blocks under the main layers.classclassclassReplaces the block above the top block in a chunk with a given replacement.classSimilar 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.classReplaces the top block in a chunk with a given replacement if it matches a given filter.classPlaces a random number of single blocks on top of a given cover block.classPlaces the surface blocks on terrain, consisting of a single "top" block followed by a number of "filler" blocks. -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.generation.density
Subinterfaces of GenerationPass in org.cloudburstmc.server.level.generator.standard.generation.densityModifier and TypeInterfaceDescriptioninterfaceProvides density values used for the initial world surface generation.Classes in org.cloudburstmc.server.level.generator.standard.generation.density that implement GenerationPassModifier 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 GenerationPass in org.cloudburstmc.server.level.generator.standard.misc
Classes in org.cloudburstmc.server.level.generator.standard.misc that implement GenerationPassModifier and TypeClassDescriptionclassBase class for all implementations ofGenerationPass.classDummy generation pass to indicate where generation passes from the next layer down should be inserted. -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.population
Subinterfaces of GenerationPass in org.cloudburstmc.server.level.generator.standard.populationModifier and TypeInterfaceDescriptioninterfaceSets individual blocks of a chunk and its neighbors, allowing to generate larger structures and features.Classes in org.cloudburstmc.server.level.generator.standard.population that implement GenerationPassModifier 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 GenerationPass in org.cloudburstmc.server.level.generator.standard.population.cluster
Classes in org.cloudburstmc.server.level.generator.standard.population.cluster that implement GenerationPassModifier and TypeClassDescriptionclassclassGenerates ore veins. -
Uses of GenerationPass in org.cloudburstmc.server.level.generator.standard.population.plant
Classes in org.cloudburstmc.server.level.generator.standard.population.plant that implement GenerationPassModifier 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 GenerationPass in org.cloudburstmc.server.level.generator.standard.population.tree
Classes in org.cloudburstmc.server.level.generator.standard.population.tree that implement GenerationPassModifier 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.