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

public class FallenTreeConfiguration

implements FeatureConfiguration

ena
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration
net.minecraft.class_10854
net.minecraft.world.gen.feature.FallenTreeFeatureConfig
net.minecraft.src.C_379097_

Field summary

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

Constructor summary

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