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 pTrunkProvider, IntProvider pLogLength) -
Method Summary
Modifier and TypeMethodDescriptionbuild()logDecorators(List<TreeDecorator> pLogDecorators) stumpDecorators(List<TreeDecorator> pStumpDecorators)
-
Field Details
-
trunkProvider
-
logLength
-
stumpDecorators
-
logDecorators
-
-
Constructor Details
-
FallenTreeConfigurationBuilder
-
-
Method Details
-
stumpDecorators
public FallenTreeConfiguration.FallenTreeConfigurationBuilder stumpDecorators(List<TreeDecorator> pStumpDecorators) -
logDecorators
public FallenTreeConfiguration.FallenTreeConfigurationBuilder logDecorators(List<TreeDecorator> pLogDecorators) -
build
-