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 IntProviderfinal List<TreeDecorator> final BlockStateProviderFields inherited from interface FeatureConfiguration
NONE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFallenTreeConfiguration(BlockStateProvider trunkProvider, IntProvider logLength, List<TreeDecorator> stumpDecorators, List<TreeDecorator> logDecorators) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
trunkProvider
-
logLength
-
stumpDecorators
-
logDecorators
-
-
Constructor Details
-
FallenTreeConfiguration
protected FallenTreeConfiguration(BlockStateProvider trunkProvider, IntProvider logLength, List<TreeDecorator> stumpDecorators, List<TreeDecorator> logDecorators)
-