net.minecraft.world.level.levelgen.feature.configurations

public class FallenTreeConfiguration

implements FeatureConfiguration

emq
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration
net.minecraft.class_10854
net.minecraft.world.gen.feature.FallenTreeFeatureConfig

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<FallenTreeConfiguration>
a
CODEC
field_57815
CODEC
public final BlockStateProvider
b
trunkProvider
field_57816
trunkProvider
public final IntProvider
c
logLength
field_57817
logLength
public final List<TreeDecorator>
d
stumpDecorators
field_57818
stumpDecorators
public final List<TreeDecorator>
e
logDecorators
field_57819
logDecorators

Constructor summary

ModifierConstructor
protected (BlockStateProvider trunkProvider, IntProvider logLength, List<TreeDecorator> stumpDecorators, List<TreeDecorator> logDecorators)