Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.RandomPatchConfiguration
Package
Description
-
Uses of RandomPatchConfiguration in net.minecraft.data.worldgen.features
Modifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_DEFAULT
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_FLOWER_FOREST
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_MEADOW
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_PLAIN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_SWAMP
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_BERRY_BUSH
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_BROWN_MUSHROOM
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_CACTUS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_CRIMSON_ROOTS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_DEAD_BUSH
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_FIRE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_GRASS_JUNGLE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_LARGE_FERN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_MELON
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_PUMPKIN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_RED_MUSHROOM
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_SOUL_FIRE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_SUGAR_CANE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_SUNFLOWER
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_TAIGA_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_TALL_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_WATERLILY
Modifier and TypeMethodDescriptionprivate static RandomPatchConfiguration
VegetationFeatures.grassPatch
(BlockStateProvider p_195203_, int p_195204_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206474_, FC p_206475_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206477_, FC p_206478_, List<Block> p_206479_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
RandomPatchConfigurationFeatureUtils.simplePatchConfiguration
(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) static RandomPatchConfiguration
FeatureUtils.simpleRandomPatchConfiguration
(int p_206471_, Holder<PlacedFeature> p_206472_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeFieldDescriptionstatic final Feature<RandomPatchConfiguration>
Feature.FLOWER
static final Feature<RandomPatchConfiguration>
Feature.NO_BONEMEAL_FLOWER
static final Feature<RandomPatchConfiguration>
Feature.RANDOM_PATCH
Modifier and TypeMethodDescriptionboolean
RandomPatchFeature.place
(FeaturePlaceContext<RandomPatchConfiguration> p_160210_) ModifierConstructorDescriptionRandomPatchFeature
(com.mojang.serialization.Codec<RandomPatchConfiguration> p_66605_) -
Uses of RandomPatchConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchConfiguration>
RandomPatchConfiguration.CODEC