Class VegetationPatchConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VegetationPatchConfiguration>
final IntProvider
final float
final float
final BlockStateProvider
final CaveSurface
final float
final Holder<PlacedFeature>
final int
final IntProvider
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionVegetationPatchConfiguration
(TagKey<Block> p_204856_, BlockStateProvider p_204857_, Holder<PlacedFeature> p_204858_, CaveSurface p_204859_, IntProvider p_204860_, float p_204861_, int p_204862_, float p_204863_, IntProvider p_204864_, float p_204865_) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
replaceable
-
groundState
-
vegetationFeature
-
surface
-
depth
-
extraBottomBlockChance
public final float extraBottomBlockChance -
verticalRange
public final int verticalRange -
vegetationChance
public final float vegetationChance -
xzRadius
-
extraEdgeColumnChance
public final float extraEdgeColumnChance
-
-
Constructor Details
-
VegetationPatchConfiguration
public VegetationPatchConfiguration(TagKey<Block> p_204856_, BlockStateProvider p_204857_, Holder<PlacedFeature> p_204858_, CaveSurface p_204859_, IntProvider p_204860_, float p_204861_, int p_204862_, float p_204863_, IntProvider p_204864_, float p_204865_)
-