Uses of Class
net.minecraft.world.gen.feature.VegetationPatchFeatureConfig
-
Uses of VegetationPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VegetationPatchFeatureConfig>
VegetationPatchFeatureConfig.CODEC
static ConfiguredFeature<VegetationPatchFeatureConfig,?>
ConfiguredFeatures.MOSS_PATCH
static ConfiguredFeature<VegetationPatchFeatureConfig,?>
ConfiguredFeatures.MOSS_PATCH_BONEMEAL
static ConfiguredFeature<VegetationPatchFeatureConfig,?>
ConfiguredFeatures.MOSS_PATCH_CEILING
static Feature<VegetationPatchFeatureConfig>
Feature.VEGETATION_PATCH
static 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)
private static Predicate<BlockState>
VegetationPatchFeature.getReplaceablePredicate(VegetationPatchFeatureConfig config)
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)