Uses of Record Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
Packages that use RandomPatchFeatureConfig
-
Uses of RandomPatchFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RandomPatchFeatureConfigModifier and TypeFieldDescriptionstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.DEAD_BUSH_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.DEFAULT_FLOWER_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.GRASS_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.LUSH_GRASS_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.SUGAR_CANE_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.SWEET_BERRY_BUSH_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.TAIGA_GRASS_CONFIGstatic final RandomPatchFeatureConfigConfiguredFeatures.Configs.TALL_GRASS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type RandomPatchFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchFeatureConfig>RandomPatchFeatureConfig.CODECstatic final Feature<RandomPatchFeatureConfig>Feature.FLOWERstatic final Feature<RandomPatchFeatureConfig>Feature.NO_BONEMEAL_FLOWERstatic final Feature<RandomPatchFeatureConfig>Feature.RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfigModifier and TypeMethodDescription(package private) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeature(ConfiguredFeature<?, ?> feature) (package private) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeature(ConfiguredFeature<?, ?> feature, List<Block> generateOnBlocks) private static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeature(ConfiguredFeature<?, ?> feature, List<Block> generateOnBlocks, int tries) (package private) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeature(BlockStateProvider toPlace, int tries) Method parameters in net.minecraft.world.gen.feature with type arguments of type RandomPatchFeatureConfigModifier and TypeMethodDescriptionbooleanRandomPatchFeature.generate(FeatureContext<RandomPatchFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type RandomPatchFeatureConfigModifierConstructorDescriptionRandomPatchFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)