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 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 RandomPatchConfiguration
FeatureUtils.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.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