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 with type parameters of type RandomPatchFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomPatchFeatureConfig>RandomPatchFeatureConfig.CODECstatic final Feature<RandomPatchFeatureConfig>Feature.FLOWERstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.FLOWER_DEFAULTstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.FLOWER_FLOWER_FORESTstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.FLOWER_MEADOWstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.FLOWER_SWAMPstatic final Feature<RandomPatchFeatureConfig>Feature.NO_BONEMEAL_FLOWERstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> NetherConfiguredFeatures.PATCH_CRIMSON_ROOTSstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_DEAD_BUSHstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> NetherConfiguredFeatures.PATCH_FIREstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_GRASSstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_GRASS_JUNGLEstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_LARGE_FERNstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_MELONstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_PUMPKINstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> NetherConfiguredFeatures.PATCH_SOUL_FIREstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_SUGAR_CANEstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_SUNFLOWERstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_TALL_GRASSstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> VegetationConfiguredFeatures.PATCH_WATERLILYstatic final Feature<RandomPatchFeatureConfig>Feature.RANDOM_PATCHMethods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfigModifier and TypeMethodDescriptionstatic RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig(int tries, PlacedFeature feature) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig(ConfiguredFeature<?, ?> feature) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig(ConfiguredFeature<?, ?> feature, List<Block> validGround) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig(ConfiguredFeature<?, ?> feature, List<Block> validGround, int tries) private static RandomPatchFeatureConfigVegetationConfiguredFeatures.createRandomPatchFeatureConfig(BlockStateProvider block, 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)