Uses of Interface
org.cloudburstmc.server.level.generator.standard.finish.Finisher
Packages that use Finisher
Package
Description
-
Uses of Finisher in org.cloudburstmc.server.level.generator.standard.biome
Methods in org.cloudburstmc.server.level.generator.standard.biome that return Finisher -
Uses of Finisher in org.cloudburstmc.server.level.generator.standard.finish
Classes in org.cloudburstmc.server.level.generator.standard.finish that implement FinisherFields in org.cloudburstmc.server.level.generator.standard.finish declared as Finisher -
Uses of Finisher in org.cloudburstmc.server.level.generator.standard.generation.decorator
Subinterfaces of Finisher 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 FinisherModifier 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 Finisher in org.cloudburstmc.server.level.generator.standard.misc
Classes in org.cloudburstmc.server.level.generator.standard.misc that implement FinisherModifier and TypeClassDescriptionclassDummy generation pass to indicate where generation passes from the next layer down should be inserted. -
Uses of Finisher in org.cloudburstmc.server.level.generator.standard.population
Subinterfaces of Finisher 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 FinisherModifier 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 Finisher in org.cloudburstmc.server.level.generator.standard.population.cluster
Classes in org.cloudburstmc.server.level.generator.standard.population.cluster that implement FinisherModifier and TypeClassDescriptionclassclassGenerates ore veins. -
Uses of Finisher in org.cloudburstmc.server.level.generator.standard.population.plant
Classes in org.cloudburstmc.server.level.generator.standard.population.plant that implement FinisherModifier 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 Finisher in org.cloudburstmc.server.level.generator.standard.population.tree
Classes in org.cloudburstmc.server.level.generator.standard.population.tree that implement FinisherModifier 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.