Uses of Interface
org.cloudburstmc.server.level.generator.standard.generation.decorator.Decorator
Packages that use Decorator
Package
Description
-
Uses of Decorator in org.cloudburstmc.server.level.generator.standard.biome
Methods in org.cloudburstmc.server.level.generator.standard.biome that return Decorator -
Uses of Decorator in org.cloudburstmc.server.level.generator.standard.generation.decorator
Classes in org.cloudburstmc.server.level.generator.standard.generation.decorator that implement DecoratorModifier 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.Fields in org.cloudburstmc.server.level.generator.standard.generation.decorator declared as DecoratorModifier and TypeFieldDescriptionprotected Decorator[]DistanceSelectionDecorator.aboveprotected Decorator[]HeightSelectionDecorator.aboveprotected Decorator[]NoiseSelectionDecorator.aboveprotected Decorator[]DistanceSelectionDecorator.belowprotected Decorator[]HeightSelectionDecorator.belowprotected Decorator[]NoiseSelectionDecorator.belowstatic Decorator[]Decorator.EMPTY_ARRAYprotected Decorator[]DistanceSelectionDecorator.inprotected Decorator[]NoiseSelectionDecorator.in -
Uses of Decorator in org.cloudburstmc.server.level.generator.standard.misc
Classes in org.cloudburstmc.server.level.generator.standard.misc that implement DecoratorModifier and TypeClassDescriptionclassDummy generation pass to indicate where generation passes from the next layer down should be inserted.