Uses of Class
net.minecraft.world.gen.feature.VegetationPatchFeatureConfig
-
Uses of VegetationPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<VegetationPatchFeatureConfig>
VegetationPatchFeatureConfig.CODEC
static final Feature<VegetationPatchFeatureConfig>
Feature.VEGETATION_PATCH
static final Feature<VegetationPatchFeatureConfig>
Feature.WATERLOGGED_VEGETATION_PATCH
Modifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.generateVegetation
(FeatureContext<VegetationPatchFeatureConfig> context, StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, Set<BlockPos> positions, int radiusX, int radiusZ) protected boolean
VegetationPatchFeature.generateVegetationFeature
(StructureWorldAccess world, VegetationPatchFeatureConfig config, ChunkGenerator generator, Random random, BlockPos pos) protected boolean
WaterloggedVegetationPatchFeature.generateVegetationFeature
(StructureWorldAccess world, VegetationPatchFeatureConfig config, ChunkGenerator generator, Random random, BlockPos pos) protected boolean
VegetationPatchFeature.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) Modifier and TypeMethodDescriptionboolean
VegetationPatchFeature.generate
(FeatureContext<VegetationPatchFeatureConfig> context) protected void
VegetationPatchFeature.generateVegetation
(FeatureContext<VegetationPatchFeatureConfig> context, StructureWorldAccess world, VegetationPatchFeatureConfig config, Random random, Set<BlockPos> positions, int radiusX, int radiusZ) ModifierConstructorDescriptionVegetationPatchFeature
(com.mojang.serialization.Codec<VegetationPatchFeatureConfig> configCodec) WaterloggedVegetationPatchFeature
(com.mojang.serialization.Codec<VegetationPatchFeatureConfig> configCodec)