Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration.TreeConfigurationBuilder
Packages that use TreeConfiguration.TreeConfigurationBuilder
Package
Description
-
Uses of TreeConfiguration.TreeConfigurationBuilder in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features that return TreeConfiguration.TreeConfigurationBuilderModifier and TypeMethodDescriptionprivate static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.cherry()
private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createBirch()
private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createFancyOak()
private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createJungleTree()
private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createOak()
private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createStraightBlobTree
(Block logBlock, Block leavesBlock, int baseHeight, int heightRandA, int heightRandB, int radius) private static TreeConfiguration.TreeConfigurationBuilder
TreeFeatures.createSuperBirch()
-
Uses of TreeConfiguration.TreeConfigurationBuilder in net.minecraft.world.level.levelgen.feature.configurations
Methods in net.minecraft.world.level.levelgen.feature.configurations that return TreeConfiguration.TreeConfigurationBuilderModifier and TypeMethodDescriptionTreeConfiguration.TreeConfigurationBuilder.decorators
(List<TreeDecorator> decorators) TreeConfiguration.TreeConfigurationBuilder.dirt
(BlockStateProvider dirtProvider) TreeConfiguration.TreeConfigurationBuilder.forceDirt()
TreeConfiguration.TreeConfigurationBuilder.ignoreVines()