Uses of Interface
org.cloudburstmc.server.level.generator.standard.population.Populator
Packages that use Populator
Package
Description
-
Uses of Populator in org.cloudburstmc.server.level.generator.standard.biome
Methods in org.cloudburstmc.server.level.generator.standard.biome that return Populator -
Uses of Populator in org.cloudburstmc.server.level.generator.standard.generation.decorator
Subinterfaces of Populator 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 PopulatorModifier 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 Populator in org.cloudburstmc.server.level.generator.standard.misc
Classes in org.cloudburstmc.server.level.generator.standard.misc that implement PopulatorModifier and TypeClassDescriptionclassDummy generation pass to indicate where generation passes from the next layer down should be inserted. -
Uses of Populator in org.cloudburstmc.server.level.generator.standard.population
Classes in org.cloudburstmc.server.level.generator.standard.population that implement PopulatorModifier 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.Fields in org.cloudburstmc.server.level.generator.standard.population declared as PopulatorModifier and TypeFieldDescriptionprotected Populator[]DistanceSelectionPopulator.aboveprotected Populator[]NoiseSelectionPopulator.aboveprotected Populator[]DistanceSelectionPopulator.belowprotected Populator[]NoiseSelectionPopulator.belowstatic Populator[]Populator.EMPTY_ARRAYprotected Populator[]DistanceSelectionPopulator.inprotected Populator[]NoiseSelectionPopulator.in -
Uses of Populator in org.cloudburstmc.server.level.generator.standard.population.cluster
Classes in org.cloudburstmc.server.level.generator.standard.population.cluster that implement PopulatorModifier and TypeClassDescriptionclassclassGenerates ore veins. -
Uses of Populator in org.cloudburstmc.server.level.generator.standard.population.plant
Classes in org.cloudburstmc.server.level.generator.standard.population.plant that implement PopulatorModifier 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 Populator in org.cloudburstmc.server.level.generator.standard.population.tree
Classes in org.cloudburstmc.server.level.generator.standard.population.tree that implement PopulatorModifier 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.