Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
Packages that use VegetationPatchConfiguration
Package
Description
-
Uses of VegetationPatchConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type VegetationPatchConfigurationModifier and TypeFieldDescriptionstatic final Feature<VegetationPatchConfiguration>Feature.VEGETATION_PATCHstatic final Feature<VegetationPatchConfiguration>Feature.WATERLOGGED_VEGETATION_PATCHMethods in net.minecraft.world.level.levelgen.feature with parameters of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected voidVegetationPatchFeature.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 booleanVegetationPatchFeature.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 booleanVegetationPatchFeature.placeVegetation(WorldGenLevel p_225318_, VegetationPatchConfiguration p_225319_, ChunkGenerator p_225320_, RandomSource p_225321_, BlockPos p_225322_) protected booleanWaterloggedVegetationPatchFeature.placeVegetation(WorldGenLevel p_225347_, VegetationPatchConfiguration p_225348_, ChunkGenerator p_225349_, RandomSource p_225350_, BlockPos p_225351_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected voidVegetationPatchFeature.distributeVegetation(FeaturePlaceContext<VegetationPatchConfiguration> p_225331_, WorldGenLevel p_225332_, VegetationPatchConfiguration p_225333_, RandomSource p_225334_, Set<BlockPos> p_225335_, int p_225336_, int p_225337_) booleanVegetationPatchFeature.place(FeaturePlaceContext<VegetationPatchConfiguration> p_160612_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifierConstructorDescriptionVegetationPatchFeature(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
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type VegetationPatchConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VegetationPatchConfiguration>VegetationPatchConfiguration.CODEC