Class VegetationPatchConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VegetationPatchConfiguration> final IntProviderfinal floatfinal floatfinal BlockStateProviderfinal CaveSurfacefinal floatfinal Holder<PlacedFeature> final intfinal IntProviderFields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE -
Constructor Summary
ConstructorsConstructorDescriptionVegetationPatchConfiguration(TagKey<Block> replaceable, BlockStateProvider groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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> replaceable, BlockStateProvider groundState, Holder<PlacedFeature> vegetationFeature, CaveSurface surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider xzRadius, float extraEdgeColumnChance)
-