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 RandomPatchConfiguration
VegetationFeatures.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 RandomPatchConfiguration
FeatureUtils.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.FLOWER
static final Feature
<RandomPatchConfiguration> Feature.NO_BONEMEAL_FLOWER
static final Feature
<RandomPatchConfiguration> Feature.RANDOM_PATCH
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifier and TypeMethodDescriptionboolean
RandomPatchFeature.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