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 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 FlowerFeature<RandomPatchFeatureConfig>Feature.FLOWERstatic final FlowerFeature<RandomPatchFeatureConfig>Feature.NO_BONEMEAL_FLOWERstatic final 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)