Uses of Interface
dev.wyck.worldgen.feature.rootplacers.RootPlacer
Packages that use RootPlacer
-
Uses of RootPlacer in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type RootPlacerModifier and TypeMethodDescriptionTreeConfiguration.rootPlacer()Defines how roots are generated and what blocks to use.Methods in dev.wyck.worldgen.feature.configurations with parameters of type RootPlacerModifier and TypeMethodDescriptionstatic TreeConfigurationTreeConfiguration.of(BlockStateProvider trunkProvider, TrunkPlacer trunkPlacer, BlockStateProvider foliageProvider, FoliagePlacer foliagePlacer, @Nullable RootPlacer rootPlacer, FeatureSize minimumSize, List<TreeDecorator> decorators, boolean ignoreVines, BlockStateProvider belowTrunkProvider) Creates a new tree configuration.TreeConfiguration.Builder.rootPlacer(@Nullable RootPlacer rootPlacer) Sets the root placer. -
Uses of RootPlacer in dev.wyck.worldgen.feature.rootplacers
Subinterfaces of RootPlacer in dev.wyck.worldgen.feature.rootplacersModifier and TypeInterfaceDescriptioninterfacePlaces the roots of a mangrove tree.Methods in dev.wyck.worldgen.feature.rootplacers that return RootPlacerConstructors in dev.wyck.worldgen.feature.rootplacers with parameters of type RootPlacer