Uses of Class
net.minecraft.world.gen.feature.VegetationPatchFeatureConfig
Packages that use VegetationPatchFeatureConfig
-
Uses of VegetationPatchFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type VegetationPatchFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VegetationPatchFeatureConfig>VegetationPatchFeatureConfig.CODECstatic ConfiguredFeature<VegetationPatchFeatureConfig,?>ConfiguredFeatures.MOSS_PATCHstatic ConfiguredFeature<VegetationPatchFeatureConfig,?>ConfiguredFeatures.MOSS_PATCH_BONEMEALstatic ConfiguredFeature<VegetationPatchFeatureConfig,?>ConfiguredFeatures.MOSS_PATCH_CEILINGstatic Feature<VegetationPatchFeatureConfig>Feature.VEGETATION_PATCHstatic Feature<VegetationPatchFeatureConfig>Feature.WATERLOGGED_VEGETATION_PATCHMethods in net.minecraft.world.gen.feature with parameters of type VegetationPatchFeatureConfigModifier and TypeMethodDescriptionprotected voidVegetationPatchFeature.generateVegetation(FeatureContext<VegetationPatchFeatureConfig> context, StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, Set<BlockPos> positions, int radiusX, int radiusZ)protected booleanVegetationPatchFeature.generateVegetationFeature(StructureWorldAccess world, VegetationPatchFeatureConfig config, ChunkGenerator generator, Random random, BlockPos pos)protected booleanWaterloggedVegetationPatchFeature.generateVegetationFeature(StructureWorldAccess world, VegetationPatchFeatureConfig config, ChunkGenerator generator, Random random, BlockPos pos)private static Predicate<BlockState>VegetationPatchFeature.getReplaceablePredicate(VegetationPatchFeatureConfig config)protected booleanVegetationPatchFeature.placeGround(StructureWorldAccess world, VegetationPatchFeatureConfig config, Predicate<BlockState> replaceable, Random random, BlockPos.Mutable pos, int depth)VegetationPatchFeature.placeGroundAndGetPositions(StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, BlockPos pos, Predicate<BlockState> replaceable, int radiusX, int radiusZ)WaterloggedVegetationPatchFeature.placeGroundAndGetPositions(StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, BlockPos pos, Predicate<BlockState> replaceable, int radiusX, int radiusZ)Method parameters in net.minecraft.world.gen.feature with type arguments of type VegetationPatchFeatureConfigModifier and TypeMethodDescriptionbooleanVegetationPatchFeature.generate(FeatureContext<VegetationPatchFeatureConfig> context)protected voidVegetationPatchFeature.generateVegetation(FeatureContext<VegetationPatchFeatureConfig> context, StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, Set<BlockPos> positions, int radiusX, int radiusZ)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type VegetationPatchFeatureConfigModifierConstructorDescriptionVegetationPatchFeature(com.mojang.serialization.Codec<VegetationPatchFeatureConfig> configCodec)WaterloggedVegetationPatchFeature(com.mojang.serialization.Codec<VegetationPatchFeatureConfig> configCodec)