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.TreeConfigurationBuilderTreeFeatures.cherry()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createBirch()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createDarkOak()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createFancyOak()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createJungleTree()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createOak()private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.createStraightBlobTree(Block pLogBlock, Block pLeavesBlock, int pBaseHeight, int pHeightRandA, int pHeightRandB, int pRadius) private static TreeConfiguration.TreeConfigurationBuilderTreeFeatures.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> pDecorators) TreeConfiguration.TreeConfigurationBuilder.dirt(BlockStateProvider pDirtProvider) TreeConfiguration.TreeConfigurationBuilder.forceDirt()TreeConfiguration.TreeConfigurationBuilder.ignoreVines()