Class FallenTreeConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FallenTreeConfiguration> final List
<TreeDecorator> final IntProvider
final List
<TreeDecorator> final BlockStateProvider
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FallenTreeConfiguration
(BlockStateProvider p_410206_, IntProvider p_410877_, List<TreeDecorator> p_410779_, List<TreeDecorator> p_409621_) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
trunkProvider
-
logLength
-
stumpDecorators
-
logDecorators
-
-
Constructor Details
-
FallenTreeConfiguration
protected FallenTreeConfiguration(BlockStateProvider p_410206_, IntProvider p_410877_, List<TreeDecorator> p_410779_, List<TreeDecorator> p_409621_)
-