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.method_38946(ConfiguredFeature<?, ?> configuredFeature) (package private) static RandomPatchFeatureConfigConfiguredFeatures.method_38947(ConfiguredFeature<?, ?> configuredFeature, Set<Block> set) private static RandomPatchFeatureConfigConfiguredFeatures.method_38948(ConfiguredFeature<?, ?> configuredFeature, Set<Block> set, int int2) (package private) static RandomPatchFeatureConfigConfiguredFeatures.method_38950(BlockStateProvider blockStateProvider, int int2) Methods in net.minecraft.world.gen.feature with parameters of type RandomPatchFeatureConfigModifier and TypeMethodDescriptionstatic booleanRandomPatchFeature.method_38907(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 RandomPatchFeatureConfigModifierConstructorDescriptionRandomPatchFeature(com.mojang.serialization.Codec<RandomPatchFeatureConfig> configCodec)