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 pLevel, VegetationPatchConfiguration pConfig, RandomSource pRandom, BlockPos pPos, Predicate<BlockState> pState, int pXRadius, int pZRadius) protected boolean
VegetationPatchFeature.placeVegetation
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, ChunkGenerator pChunkGenerator, RandomSource pRandom, BlockPos pPos) protected boolean
WaterloggedVegetationPatchFeature.placeVegetation
(WorldGenLevel pLevel, VegetationPatchConfiguration pConfig, ChunkGenerator pChunkGenerator, RandomSource pRandom, BlockPos pPos) 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> pContext) Places the given feature at the given location.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