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 net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFallenTreeConfiguration(BlockStateProvider pTrunkProvider, IntProvider pLogLength, List<TreeDecorator> pStumpDecorators, List<TreeDecorator> pLogDecorators) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 pTrunkProvider, IntProvider pLogLength, List<TreeDecorator> pStumpDecorators, List<TreeDecorator> pLogDecorators)
-