Uses of Class
dev.wyck.worldgen.feature.configurations.FallenTreeConfiguration.Builder
Packages that use FallenTreeConfiguration.Builder
-
Uses of FallenTreeConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return FallenTreeConfiguration.BuilderModifier and TypeMethodDescriptionFallenTreeConfiguration.builder()Creates a new builder.FeatureConfiguration.fallenTree()Creates a builder for aFallenTreeConfiguration.FallenTreeConfiguration.Builder.logDecorator(TreeDecorator... decorators) Adds one or more decorators to the fallen log.FallenTreeConfiguration.Builder.logDecorators(List<TreeDecorator> logDecorators) Sets the decorators applied to the fallen log, replacing any existing log decorators.FallenTreeConfiguration.Builder.logLength(IntProvider logLength) Sets the length of the fallen log.FallenTreeConfiguration.Builder.stumpDecorator(TreeDecorator... decorators) Adds one or more decorators to the stump.FallenTreeConfiguration.Builder.stumpDecorators(List<TreeDecorator> stumpDecorators) Sets the decorators applied to the stump, replacing any existing stump decorators.default FallenTreeConfiguration.BuilderFallenTreeConfiguration.toBuilder()Converts this object back to a builder.FallenTreeConfiguration.Builder.trunkProvider(BlockStateProvider trunkProvider) Sets the block state provider used for the trunk.