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

public class RootSystemConfiguration

implements FeatureConfiguration

cwc
net.minecraft.world.level.levelgen.feature.configurations.RootSystemConfiguration
net.minecraft.class_5926
net.minecraft.unmapped.C_njmhlimm
net.minecraft.world.gen.feature.RootSystemFeatureConfig
net.minecraft.src.C_141386_
net.minecraft.world.level.levelgen.feature.configurations.RootSystemConfiguration

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<RootSystemConfiguration>
a
CODEC
field_29267
f_dutrflvw
CODEC
f_161101_
public final Supplier<ConfiguredFeature<?, ?>>
b
treeFeature
field_29268
f_uitcttec
feature
f_161102_
public final int
c
requiredVerticalSpaceForTree
field_29269
f_gvhbiyij
requiredVerticalSpaceForTree
f_161103_
public final int
d
rootRadius
field_29270
f_oweasxsm
rootRadius
f_161104_
public final ResourceLocation
e
rootReplaceable
field_29271
f_nzxumxdj
rootReplaceable
f_161105_
public final BlockStateProvider
f
rootStateProvider
field_29272
f_krjlxkdd
rootStateProvider
f_161106_
public final int
g
rootPlacementAttempts
field_29273
f_pcejynfx
rootPlacementAttempts
f_161107_
public final int
h
rootColumnMaxHeight
field_29274
f_mijwslxi
maxRootColumnHeight
f_161108_
public final int
i
hangingRootRadius
field_29275
f_xcthuxiy
hangingRootRadius
f_161109_
public final int
j
hangingRootsVerticalSpan
field_29276
f_ibgjjbff
hangingRootVerticalSpan
f_161110_
public final BlockStateProvider
k
hangingRootStateProvider
field_29277
f_hiarxpzn
hangingRootStateProvider
f_161111_
public final int
l
hangingRootPlacementAttempts
field_29278
f_sctxippp
hangingRootPlacementAttempts
f_161112_
public final int
n
allowedVerticalWaterForTree
field_33616
f_jcehvpkr
allowedVerticalWaterForTree
f_161113_

Constructor summary

ModifierConstructor
public (Supplier<ConfiguredFeature<?, ?>> feature, int requiredVerticalSpaceForTree, int rootRadius, ResourceLocation rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts, int allowedVerticalWaterForTree)