Uses of Class
dev.wyck.worldgen.feature.configurations.VegetationPatchConfiguration.Builder
Packages that use VegetationPatchConfiguration.Builder
-
Uses of VegetationPatchConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return VegetationPatchConfiguration.BuilderModifier and TypeMethodDescriptionVegetationPatchConfiguration.builder()Creates a new builder.VegetationPatchConfiguration.Builder.depth(IntProvider depth) Sets the number of blocks the patch replaces per column.VegetationPatchConfiguration.Builder.extraBottomBlockChance(float extraBottomBlockChance) Sets the chance to add one extra block to the depth of a column.VegetationPatchConfiguration.Builder.extraEdgeColumnChance(float extraEdgeColumnChance) Sets the chance to add a search position adjacent to the initial rectangle.VegetationPatchConfiguration.Builder.groundState(BlockStateProvider groundState) Sets the block used to build the patch.VegetationPatchConfiguration.Builder.replaceable(ResourceKey replaceable) Sets a block tag of blocks that the patch is allowed to replace.VegetationPatchConfiguration.Builder.replaceable(TagKey replaceable) Sets the blocks that the patch is allowed to replace.VegetationPatchConfiguration.Builder.replaceable(TagSet<Material> replaceable) Sets a block tag of blocks that the patch is allowed to replace.VegetationPatchConfiguration.Builder.replaceable(Set<Material> replaceable) Sets the blocks that the patch is allowed to replace.VegetationPatchConfiguration.Builder.replaceable(Material... replaceable) Adds materials to the replaceable set.VegetationPatchConfiguration.Builder.replaceable(Tag<Material> replaceable) Sets a block tag of blocks that the patch is allowed to replace.VegetationPatchConfiguration.Builder.surface(CaveSurface surface) Sets which surface to search from and place against.VegetationPatchConfiguration.toBuilder()Converts this object back to a builder.VegetationPatchConfiguration.Builder.vegetationChance(float vegetationChance) Sets the chance of placing the vegetation feature on a found position.VegetationPatchConfiguration.Builder.vegetationFeature(PlacedFeature vegetationFeature) Sets the placed feature to place on top of each found position.FeatureConfiguration.vegetationPatch()Creates a builder for aVegetationPatchConfiguration.VegetationPatchConfiguration.Builder.verticalRange(int verticalRange) Sets the vertical distance a column searches for an available position.VegetationPatchConfiguration.Builder.xzRadius(IntProvider xzRadius) Sets the XZ radius searched for available positions.