Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration.FallenTreeConfigurationBuilder
Packages that use FallenTreeConfiguration.FallenTreeConfigurationBuilder
Package
Description
-
Uses of FallenTreeConfiguration.FallenTreeConfigurationBuilder in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features that return FallenTreeConfiguration.FallenTreeConfigurationBuilderModifier and TypeMethodDescriptionprivate static FallenTreeConfiguration.FallenTreeConfigurationBuilder
TreeFeatures.createFallenBirch
(int pMaxLength) private static FallenTreeConfiguration.FallenTreeConfigurationBuilder
TreeFeatures.createFallenJungle()
private static FallenTreeConfiguration.FallenTreeConfigurationBuilder
TreeFeatures.createFallenOak()
private static FallenTreeConfiguration.FallenTreeConfigurationBuilder
TreeFeatures.createFallenSpruce()
private static FallenTreeConfiguration.FallenTreeConfigurationBuilder
TreeFeatures.createFallenTrees
(Block pLogBlock, int pMinLength, int pMaxLength) -
Uses of FallenTreeConfiguration.FallenTreeConfigurationBuilder in net.minecraft.world.level.levelgen.feature.configurations
Methods in net.minecraft.world.level.levelgen.feature.configurations that return FallenTreeConfiguration.FallenTreeConfigurationBuilderModifier and TypeMethodDescriptionFallenTreeConfiguration.FallenTreeConfigurationBuilder.logDecorators
(List<TreeDecorator> pLogDecorators) FallenTreeConfiguration.FallenTreeConfigurationBuilder.stumpDecorators
(List<TreeDecorator> pStumpDecorators)