Uses of Class
dev.wyck.worldgen.feature.configurations.BlockColumnConfiguration.Builder
Packages that use BlockColumnConfiguration.Builder
-
Uses of BlockColumnConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return BlockColumnConfiguration.BuilderModifier and TypeMethodDescriptionBlockColumnConfiguration.Builder.allowedPlacement(BlockPredicate allowedPlacement) Sets the block predicate that must be passed for each position of the column.FeatureConfiguration.blockColumn()Creates a builder for aBlockColumnConfiguration.BlockColumnConfiguration.builder()Creates a new builder.Sets the direction the column is built in.BlockColumnConfiguration.Builder.layer(IntProvider height, BlockStateProvider state) Adds a single layer to the column.BlockColumnConfiguration.Builder.layers(BlockColumnConfiguration.Layer... layers) Adds one or more layers to the column.BlockColumnConfiguration.Builder.layers(List<BlockColumnConfiguration.Layer> layers) Sets the layers of the column, replacing any existing layers.BlockColumnConfiguration.Builder.prioritizeTip(boolean prioritizeTip) Sets whether layers are removed from the start of the column when space is restricted.default BlockColumnConfiguration.BuilderBlockColumnConfiguration.toBuilder()Converts this object back to a builder.