Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
Packages that use VegetationPatchConfiguration
Package
Description
-
Uses of VegetationPatchConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type VegetationPatchConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.CLAY_POOL_WITH_DRIPLEAVESstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.CLAY_WITH_DRIPLEAVESstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCHstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCH_BONEMEALstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCH_CEILING -
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_160614_, WorldGenLevel p_160615_, VegetationPatchConfiguration p_160616_, Random p_160617_, Set<BlockPos> p_160618_, int p_160619_, int p_160620_) protected booleanVegetationPatchFeature.placeGround(WorldGenLevel p_160605_, VegetationPatchConfiguration p_160606_, Predicate<BlockState> p_160607_, Random p_160608_, BlockPos.MutableBlockPos p_160609_, int p_160610_) VegetationPatchFeature.placeGroundPatch(WorldGenLevel p_160597_, VegetationPatchConfiguration p_160598_, Random p_160599_, BlockPos p_160600_, Predicate<BlockState> p_160601_, int p_160602_, int p_160603_) WaterloggedVegetationPatchFeature.placeGroundPatch(WorldGenLevel p_160643_, VegetationPatchConfiguration p_160644_, Random p_160645_, BlockPos p_160646_, Predicate<BlockState> p_160647_, int p_160648_, int p_160649_) protected booleanVegetationPatchFeature.placeVegetation(WorldGenLevel p_160592_, VegetationPatchConfiguration p_160593_, ChunkGenerator p_160594_, Random p_160595_, BlockPos p_160596_) protected booleanWaterloggedVegetationPatchFeature.placeVegetation(WorldGenLevel p_160637_, VegetationPatchConfiguration p_160638_, ChunkGenerator p_160639_, Random p_160640_, BlockPos p_160641_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected voidVegetationPatchFeature.distributeVegetation(FeaturePlaceContext<VegetationPatchConfiguration> p_160614_, WorldGenLevel p_160615_, VegetationPatchConfiguration p_160616_, Random p_160617_, Set<BlockPos> p_160618_, int p_160619_, int p_160620_) 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