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

public class VegetationPatchConfiguration

implements FeatureConfiguration

ejz
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
net.minecraft.class_5927
net.minecraft.world.gen.feature.VegetationPatchFeatureConfig
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<VegetationPatchConfiguration>
a
CODEC
field_29285
CODEC
public final TagKey<Block>
b
replaceable
field_29286
replaceable
public final BlockStateProvider
c
groundState
field_29287
groundState
public final Holder<PlacedFeature>
d
vegetationFeature
field_29288
vegetationFeature
public final CaveSurface
e
surface
field_29289
surface
public final IntProvider
f
depth
field_29290
depth
public final float
g
extraBottomBlockChance
field_29291
extraBottomBlockChance
public final int
h
verticalRange
field_29292
verticalRange
public final float
i
vegetationChance
field_29293
vegetationChance
public final IntProvider
j
xzRadius
field_29294
horizontalRadius
public final float
k
extraEdgeColumnChance
field_29295
extraEdgeColumnChance

Constructor summary

ModifierConstructor
public (TagKey<Block> replaceable, BlockStateProvider groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)