Package org.cloudburstmc.server.level.generator.standard.generation.decorator
package org.cloudburstmc.server.level.generator.standard.generation.decorator
-
Interface SummaryInterfaceDescriptionAllows individual modification of blocks in a chunk after surfaces have been built.
-
Class SummaryClassDescriptionPlaces a given block type using a vanilla bedrock pattern.Variant of
SurfaceDecoratorthat adds an additional layer of blocks under the main layers.Replaces the block above the top block in a chunk with a given replacement.Similar toSurfaceDecorator, but switches between two different decorators based on the elevation of the highest block in the chunk.Similar toSurfaceDecorator, but switches between two different decorators based on the output of a noise function.Replaces the top block in a chunk with a given replacement if it matches a given filter.Places a random number of single blocks on top of a given cover block.Places the surface blocks on terrain, consisting of a single "top" block followed by a number of "filler" blocks. -
Annotation Interfaces SummaryAnnotation InterfaceDescription