Uses of 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 RandomPatchFeatureConfigConfiguredFeatures.Configs.DEAD_BUSH_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.DEFAULT_FLOWER_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.LUSH_GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.SUGAR_CANE_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.SWEET_BERRY_BUSH_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.TAIGA_GRASS_CONFIGstatic RandomPatchFeatureConfigConfiguredFeatures.Configs.TALL_GRASS_CONFIGFields in net.minecraft.world.gen.feature with type parameters of type RandomPatchFeatureConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<RandomPatchFeatureConfig>RandomPatchFeatureConfig.CODECFeature.FLOWERFeature.NO_BONEMEAL_FLOWERstatic Feature<RandomPatchFeatureConfig>Feature.RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfigMethods in net.minecraft.world.gen.feature with parameters of type RandomPatchFeatureConfigModifier and TypeMethodDescriptionintDefaultFlowerFeature.getFlowerAmount(RandomPatchFeatureConfig randomPatchFeatureConfig)DefaultFlowerFeature.getFlowerState(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)DefaultFlowerFeature.getPos(Random random, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)booleanDefaultFlowerFeature.isPosValid(WorldAccess worldAccess, BlockPos blockPos, RandomPatchFeatureConfig randomPatchFeatureConfig)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 RandomPatchFeatureConfigModifierConstructorDescriptionDefaultFlowerFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)RandomPatchFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)