Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.VegetationPatchConfiguration
Package
Description
-
Uses of VegetationPatchConfiguration in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionstatic ConfiguredFeature<VegetationPatchConfiguration,?>
Features.MOSS_PATCH
static ConfiguredFeature<VegetationPatchConfiguration,?>
Features.MOSS_PATCH_BONEMEAL
static ConfiguredFeature<VegetationPatchConfiguration,?>
Features.MOSS_PATCH_CEILING
-
Uses of VegetationPatchConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic Feature<VegetationPatchConfiguration>
Feature.VEGETATION_PATCH
static Feature<VegetationPatchConfiguration>
Feature.WATERLOGGED_VEGETATION_PATCH
Modifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation(FeaturePlaceContext<VegetationPatchConfiguration> p_160614_, WorldGenLevel p_160615_, VegetationPatchConfiguration p_160616_, Random p_160617_, Set<BlockPos> p_160618_, int p_160619_, int p_160620_)
private static Predicate<BlockState>
VegetationPatchFeature.getReplaceableTag(VegetationPatchConfiguration p_160622_)
protected boolean
VegetationPatchFeature.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 boolean
VegetationPatchFeature.placeVegetation(WorldGenLevel p_160592_, VegetationPatchConfiguration p_160593_, ChunkGenerator p_160594_, Random p_160595_, BlockPos p_160596_)
protected boolean
WaterloggedVegetationPatchFeature.placeVegetation(WorldGenLevel p_160637_, VegetationPatchConfiguration p_160638_, ChunkGenerator p_160639_, Random p_160640_, BlockPos p_160641_)
Modifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation(FeaturePlaceContext<VegetationPatchConfiguration> p_160614_, WorldGenLevel p_160615_, VegetationPatchConfiguration p_160616_, Random p_160617_, Set<BlockPos> p_160618_, int p_160619_, int p_160620_)
boolean
VegetationPatchFeature.place(FeaturePlaceContext<VegetationPatchConfiguration> p_160612_)
ModifierConstructorDescriptionVegetationPatchFeature(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
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<VegetationPatchConfiguration>
VegetationPatchConfiguration.CODEC