Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
Package
Description
-
Uses of VegetationPatchConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<VegetationPatchConfiguration>
Feature.VEGETATION_PATCH
static final Feature<VegetationPatchConfiguration>
Feature.WATERLOGGED_VEGETATION_PATCH
Modifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation
(FeaturePlaceContext<VegetationPatchConfiguration> p_225331_, WorldGenLevel p_225332_, VegetationPatchConfiguration p_225333_, RandomSource p_225334_, Set<BlockPos> p_225335_, int p_225336_, int p_225337_) protected boolean
VegetationPatchFeature.placeGround
(WorldGenLevel p_225324_, VegetationPatchConfiguration p_225325_, Predicate<BlockState> p_225326_, RandomSource p_225327_, BlockPos.MutableBlockPos p_225328_, int p_225329_) VegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225311_, VegetationPatchConfiguration p_225312_, RandomSource p_225313_, BlockPos p_225314_, Predicate<BlockState> p_225315_, int p_225316_, int p_225317_) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225339_, VegetationPatchConfiguration p_225340_, RandomSource p_225341_, BlockPos p_225342_, Predicate<BlockState> p_225343_, int p_225344_, int p_225345_) protected boolean
VegetationPatchFeature.placeVegetation
(WorldGenLevel p_225318_, VegetationPatchConfiguration p_225319_, ChunkGenerator p_225320_, RandomSource p_225321_, BlockPos p_225322_) protected boolean
WaterloggedVegetationPatchFeature.placeVegetation
(WorldGenLevel p_225347_, VegetationPatchConfiguration p_225348_, ChunkGenerator p_225349_, RandomSource p_225350_, BlockPos p_225351_) Modifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation
(FeaturePlaceContext<VegetationPatchConfiguration> p_225331_, WorldGenLevel p_225332_, VegetationPatchConfiguration p_225333_, RandomSource p_225334_, Set<BlockPos> p_225335_, int p_225336_, int p_225337_) boolean
VegetationPatchFeature.place
(FeaturePlaceContext<VegetationPatchConfiguration> p_160612_) ModifierConstructorDescriptionVegetationPatchFeature
(com.mojang.serialization.Codec<VegetationPatchConfiguration> p_160588_) WaterloggedVegetationPatchFeature
(com.mojang.serialization.Codec<VegetationPatchConfiguration> p_160635_) -
Uses of VegetationPatchConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VegetationPatchConfiguration>
VegetationPatchConfiguration.CODEC