Uses of Class
dev.wyck.worldgen.feature.configurations.TreeConfiguration.Builder
Packages that use TreeConfiguration.Builder
-
Uses of TreeConfiguration.Builder in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return TreeConfiguration.BuilderModifier and TypeMethodDescriptionTreeConfiguration.Builder.belowTrunkProvider(BlockStateProvider belowTrunkProvider) Sets the below trunk provider.static TreeConfiguration.BuilderTreeConfiguration.builder()Creates a new builder.TreeConfiguration.Builder.decorator(TreeDecorator... decorators) Adds a decorator to the list of decorators.TreeConfiguration.Builder.decorators(List<TreeDecorator> decorators) Sets the decorators.TreeConfiguration.Builder.foliagePlacer(FoliagePlacer foliagePlacer) Sets the foliage placer.TreeConfiguration.Builder.foliageProvider(BlockStateProvider foliageProvider) Sets the foliage provider.TreeConfiguration.Builder.ignoreVines()Sets the tree to ignore vines.TreeConfiguration.Builder.ignoreVines(boolean ignoreVines) Sets whether to ignore vines.TreeConfiguration.Builder.minimumSize(FeatureSize minimumSize) Sets the minimum size.TreeConfiguration.Builder.rootPlacer(@Nullable RootPlacer rootPlacer) Sets the root placer.default TreeConfiguration.BuilderTreeConfiguration.toBuilder()Converts this object back to a builder.static TreeConfiguration.BuilderFeatureConfiguration.tree()Creates a builder for aTreeConfiguration.TreeConfiguration.Builder.trunkPlacer(TrunkPlacer trunkPlacer) Sets the trunk placer.TreeConfiguration.Builder.trunkProvider(BlockStateProvider trunkProvider) Sets the trunk provider.