Uses of Record Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig
Packages that use RandomPatchFeatureConfig
Package
Description
The base package for all Minecraft classes.
-
Uses of RandomPatchFeatureConfig in net.minecraft
Fields in net.minecraft with type parameters of type RandomPatchFeatureConfigModifier and TypeFieldDescriptionstatic final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6805.field_35834static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6805.field_35839static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6805.field_35840static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35946static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35947static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35950static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35951static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35953static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35954static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35955static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35956static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35957static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35959static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35960static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35961static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35962static final ConfiguredFeature<RandomPatchFeatureConfig,?> class_6809.field_35964Methods in net.minecraft that return RandomPatchFeatureConfigModifier and TypeMethodDescriptionstatic RandomPatchFeatureConfigclass_6803.method_39703(int int2, PlacedFeature placedFeature) static RandomPatchFeatureConfigclass_6803.method_39704(ConfiguredFeature<?, ?> configuredFeature) static RandomPatchFeatureConfigclass_6803.method_39705(ConfiguredFeature<?, ?> configuredFeature, List<Block> list) static RandomPatchFeatureConfigclass_6803.method_39706(ConfiguredFeature<?, ?> configuredFeature, List<Block> list, int int2) private static RandomPatchFeatureConfigclass_6809.method_39717(BlockStateProvider blockStateProvider, int int2) -
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 Feature<RandomPatchFeatureConfig>Feature.NO_BONEMEAL_FLOWERstatic final Feature<RandomPatchFeatureConfig>Feature.RANDOM_PATCHMethod 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)