Uses of Record Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchFeatureConfig>
RandomPatchFeatureConfig.CODEC
static final Feature<RandomPatchFeatureConfig>
Feature.FLOWER
static final Feature<RandomPatchFeatureConfig>
Feature.NO_BONEMEAL_FLOWER
static final Feature<RandomPatchFeatureConfig>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionstatic RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(int tries, RegistryEntry<PlacedFeature> feature) static <FC extends FeatureConfig,
F extends Feature<FC>>
RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig
(F feature, FC config) static <FC extends FeatureConfig,
F extends Feature<FC>>
RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig
(F feature, FC config, List<Block> predicateBlocks) static <FC extends FeatureConfig,
F extends Feature<FC>>
RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig
(F feature, FC config, List<Block> predicateBlocks, int tries) private static RandomPatchFeatureConfig
VegetationConfiguredFeatures.createRandomPatchFeatureConfig
(BlockStateProvider block, int tries) Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.generate
(FeatureContext<RandomPatchFeatureConfig> context) ModifierConstructorDescriptionRandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)