Class FallenTreeConfiguration.FallenTreeConfigurationBuilder
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration.FallenTreeConfigurationBuilder
- Enclosing class:
FallenTreeConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<TreeDecorator> private final IntProviderprivate List<TreeDecorator> private final BlockStateProvider -
Constructor Summary
ConstructorsConstructorDescriptionFallenTreeConfigurationBuilder(BlockStateProvider trunkProvider, IntProvider logLength) -
Method Summary
Modifier and TypeMethodDescriptionbuild()logDecorators(List<TreeDecorator> logDecorators) stumpDecorators(List<TreeDecorator> stumpDecorators)
-
Field Details
-
trunkProvider
-
logLength
-
stumpDecorators
-
logDecorators
-
-
Constructor Details
-
FallenTreeConfigurationBuilder
-
-
Method Details
-
stumpDecorators
public FallenTreeConfiguration.FallenTreeConfigurationBuilder stumpDecorators(List<TreeDecorator> stumpDecorators) -
logDecorators
public FallenTreeConfiguration.FallenTreeConfigurationBuilder logDecorators(List<TreeDecorator> logDecorators) -
build
-