Uses of Class
dev.wyck.worldgen.feature.configurations.SpeleothemConfiguration.Builder
Packages that use SpeleothemConfiguration.Builder
-
Uses of SpeleothemConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return SpeleothemConfiguration.BuilderModifier and TypeMethodDescriptionSets the base block.Sets the block state.SpeleothemConfiguration.builder()Creates a new builder.SpeleothemConfiguration.Builder.chanceOfDirectionalSpread(float chanceOfDirectionalSpread) Sets the chance of horizontal spread.SpeleothemConfiguration.Builder.chanceOfSpreadRadius2(float chanceOfSpreadRadius2) Sets the chance of horizontal spread by two blocks.SpeleothemConfiguration.Builder.chanceOfSpreadRadius3(float chanceOfSpreadRadius3) Sets the chance of spreading the third block.SpeleothemConfiguration.Builder.chanceOfTallerGeneration(float chanceOfTallerGeneration) Sets the chance of double-block dripstone.SpeleothemConfiguration.Builder.pointedBlock(BlockData pointedBlock) Sets the pointed block.SpeleothemConfiguration.Builder.pointedBlock(Material material) Sets the block state.SpeleothemConfiguration.Builder.replaceableBlock(Material... materials) Adds the given block states to the replaceable blocks.SpeleothemConfiguration.Builder.replaceableBlocks(Set<Material> replaceableBlocks) Sets the replaceable blocks.FeatureConfiguration.speleothem()Creates a builder for aSpeleothemConfiguration.default SpeleothemConfiguration.BuilderSpeleothemConfiguration.toBuilder()Converts this object back to a builder.