Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
Packages that use RandomPatchConfiguration
Package
Description
-
Uses of RandomPatchConfiguration in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features that return RandomPatchConfigurationModifier and TypeMethodDescriptionprivate static RandomPatchConfigurationVegetationFeatures.grassPatch(BlockStateProvider pStateProvider, int pTries) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F pFeature, FC pConfig) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F pFeature, FC pConfig, List<Block> pBlocks) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F pFeature, FC pConfig, List<Block> pBlocks, int pTries) static RandomPatchConfigurationFeatureUtils.simpleRandomPatchConfiguration(int pTries, Holder<PlacedFeature> pFeature) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type RandomPatchConfigurationModifier and TypeFieldDescriptionstatic final Feature<RandomPatchConfiguration> Feature.FLOWERstatic final Feature<RandomPatchConfiguration> Feature.NO_BONEMEAL_FLOWERstatic final Feature<RandomPatchConfiguration> Feature.RANDOM_PATCHMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifier and TypeMethodDescriptionbooleanRandomPatchFeature.place(FeaturePlaceContext<RandomPatchConfiguration> p_160210_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifierConstructorDescriptionRandomPatchFeature(com.mojang.serialization.Codec<RandomPatchConfiguration> p_66605_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type RandomPatchConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchConfiguration> RandomPatchConfiguration.CODEC