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 stateProvider, int tries) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F feature, FC config) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F feature, FC config, List<Block> blocks) static <FC extends FeatureConfiguration,F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F feature, FC config, List<Block> blocks, int tries) static RandomPatchConfigurationFeatureUtils.simpleRandomPatchConfiguration(int tries, Holder<PlacedFeature> feature) -
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