net.minecraft.world.gen.feature

public class VegetationPatchFeatureConfig

implements FeatureConfig

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

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<VegetationPatchFeatureConfig>
CODEC
CODEC
field_29285
CODEC
public final TagKey<Block>
replaceable
replaceable
field_29286
replaceable
public final BlockStateProvider
groundState
groundState
field_29287
groundState
public final RegistryEntry<PlacedFeature>
vegetationFeature
vegetationFeature
field_29288
vegetationFeature
public final VerticalSurfaceType
surface
surface
field_29289
surface
public final IntProvider
depth
depth
field_29290
depth
public final float
extraBottomBlockChance
extraBottomBlockChance
field_29291
extraBottomBlockChance
public final int
verticalRange
verticalRange
field_29292
verticalRange
public final float
vegetationChance
vegetationChance
field_29293
vegetationChance
public final IntProvider
xzRadius
xzRadius
field_29294
horizontalRadius
public final float
extraEdgeColumnChance
extraEdgeColumnChance
field_29295
extraEdgeColumnChance

Constructor summary

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