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 RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_DEFAULT
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_FLOWER_FOREST
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_MEADOW
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_PLAIN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_SWAMP
static final Feature<RandomPatchFeatureConfig>
Feature.NO_BONEMEAL_FLOWER
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_BERRY_BUSH
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_BROWN_MUSHROOM
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_CACTUS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_CRIMSON_ROOTS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_DEAD_BUSH
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_FIRE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_GRASS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_GRASS_JUNGLE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_LARGE_FERN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_MELON
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_PUMPKIN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_RED_MUSHROOM
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_SOUL_FIRE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_SUGAR_CANE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_SUNFLOWER
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_TAIGA_GRASS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_TALL_GRASS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_WATERLILY
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)