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
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type VegetationPatchConfigurationModifier and TypeFieldDescriptionstatic final Feature
<VegetationPatchConfiguration> Feature.VEGETATION_PATCH
static final Feature
<VegetationPatchConfiguration> Feature.WATERLOGGED_VEGETATION_PATCH
Methods in net.minecraft.world.level.levelgen.feature with parameters of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation
(FeaturePlaceContext<VegetationPatchConfiguration> pContext, WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, RandomSource pRandom, Set<BlockPos> pPossiblePositions, int pXRadius, int pZRadius) protected boolean
VegetationPatchFeature.placeGround
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, Predicate<BlockState> pReplaceableblocks, RandomSource pRandom, BlockPos.MutableBlockPos pMutablePos, int pMaxDistance) VegetationPatchFeature.placeGroundPatch
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, RandomSource pRandom, BlockPos pPos, Predicate<BlockState> pState, int pXRadius, int pZRadius) WaterloggedVegetationPatchFeature.placeGroundPatch
(WorldGenLevel p_225339_, VegetationPatchConfiguration p_225340_, RandomSource p_225341_, BlockPos p_225342_, Predicate<BlockState> p_225343_, int p_225344_, int p_225345_) protected boolean
VegetationPatchFeature.placeVegetation
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, ChunkGenerator pChunkGenerator, RandomSource pRandom, BlockPos pPos) protected boolean
WaterloggedVegetationPatchFeature.placeVegetation
(WorldGenLevel p_225347_, VegetationPatchConfiguration p_225348_, ChunkGenerator p_225349_, RandomSource p_225350_, BlockPos p_225351_) Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifier and TypeMethodDescriptionprotected void
VegetationPatchFeature.distributeVegetation
(FeaturePlaceContext<VegetationPatchConfiguration> pContext, WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, RandomSource pRandom, Set<BlockPos> pPossiblePositions, int pXRadius, int pZRadius) boolean
VegetationPatchFeature.place
(FeaturePlaceContext<VegetationPatchConfiguration> p_160612_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type VegetationPatchConfigurationModifierConstructorDescriptionVegetationPatchFeature
(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
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