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
Fields in net.minecraft.data.worldgen.features with type parameters of type RandomPatchConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_DEFAULTstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_FLOWER_FORESTstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_MEADOWstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_PLAINstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_SWAMPstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_BERRY_BUSHstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_BROWN_MUSHROOMstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_CACTUSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_CRIMSON_ROOTSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_DEAD_BUSHstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_FIREstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_GRASS_JUNGLEstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_LARGE_FERNstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_MELONstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_PUMPKINstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_RED_MUSHROOMstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_SOUL_FIREstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_SUGAR_CANEstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_SUNFLOWERstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_TAIGA_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_TALL_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_WATERLILYMethods in net.minecraft.data.worldgen.features that return RandomPatchConfigurationModifier and TypeMethodDescriptionprivate static RandomPatchConfigurationVegetationFeatures.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 RandomPatchConfigurationFeatureUtils.simpleRandomPatchConfiguration(int p_206471_, Holder<PlacedFeature> p_206472_) -
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.FLOWERstatic final Feature<RandomPatchConfiguration>Feature.NO_BONEMEAL_FLOWERstatic final Feature<RandomPatchConfiguration>Feature.RANDOM_PATCHMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type RandomPatchConfigurationModifier and TypeMethodDescriptionbooleanRandomPatchFeature.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