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
Subclasses with type arguments of type VegetationPatchConfiguration in net.minecraft.world.level.levelgen.featureFields 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> context, WorldGenLevel level, VegetationPatchConfiguration config, RandomSource random, Set<BlockPos> surface, int xRadius, int zRadius) protected booleanVegetationPatchFeature.placeGround(WorldGenLevel level, VegetationPatchConfiguration config, Predicate<BlockState> replaceable, RandomSource random, BlockPos.MutableBlockPos belowPos, int depth) VegetationPatchFeature.placeGroundPatch(WorldGenLevel level, VegetationPatchConfiguration config, RandomSource random, BlockPos origin, Predicate<BlockState> replaceable, int xRadius, int zRadius) WaterloggedVegetationPatchFeature.placeGroundPatch(WorldGenLevel level, VegetationPatchConfiguration config, RandomSource random, BlockPos origin, Predicate<BlockState> replaceable, int xRadius, int zRadius) protected booleanVegetationPatchFeature.placeVegetation(WorldGenLevel level, VegetationPatchConfiguration config, ChunkGenerator generator, RandomSource random, BlockPos vegetationPos) protected booleanWaterloggedVegetationPatchFeature.placeVegetation(WorldGenLevel level, VegetationPatchConfiguration config, ChunkGenerator generator, RandomSource random, BlockPos placementPos) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected voidVegetationPatchFeature.distributeVegetation(FeaturePlaceContext<VegetationPatchConfiguration> context, WorldGenLevel level, VegetationPatchConfiguration config, RandomSource random, Set<BlockPos> surface, int xRadius, int zRadius) booleanVegetationPatchFeature.place(FeaturePlaceContext<VegetationPatchConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifierConstructorDescriptionVegetationPatchFeature(com.mojang.serialization.Codec<VegetationPatchConfiguration> codec) WaterloggedVegetationPatchFeature(com.mojang.serialization.Codec<VegetationPatchConfiguration> codec) -
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