Class VegetationPatchConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VegetationPatchConfiguration>
float
float
float
Supplier<ConfiguredFeature<?,?>>
int
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionVegetationPatchConfiguration(ResourceLocation p_161293_, BlockStateProvider p_161294_, Supplier<ConfiguredFeature<?,?>> p_161295_, CaveSurface p_161296_, IntProvider p_161297_, float p_161298_, int p_161299_, float p_161300_, IntProvider p_161301_, float p_161302_)
-
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(ResourceLocation p_161293_, BlockStateProvider p_161294_, Supplier<ConfiguredFeature<?,?>> p_161295_, CaveSurface p_161296_, IntProvider p_161297_, float p_161298_, int p_161299_, float p_161300_, IntProvider p_161301_, float p_161302_)
-