Uses of Interface
net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
Packages that use FeatureConfiguration
Package
Description
- 
Uses of FeatureConfiguration in net.minecraft.data.worldgen.featuresMethods in net.minecraft.data.worldgen.features with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionstatic <FC extends FeatureConfiguration,F extends Feature<FC>> 
 voidFeatureUtils.register(BootstapContext<ConfiguredFeature<?, ?>> p_256315_, ResourceKey<ConfiguredFeature<?, ?>> p_255983_, F p_255949_, FC p_256398_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F p_206474_, FC p_206475_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F p_206477_, FC p_206478_, List<Block> p_206479_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 RandomPatchConfigurationFeatureUtils.simplePatchConfiguration(F p_206481_, FC p_206482_, List<Block> p_206483_, int p_206484_) 
- 
Uses of FeatureConfiguration in net.minecraft.data.worldgen.placementMethods in net.minecraft.data.worldgen.placement with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionstatic <FC extends FeatureConfiguration,F extends Feature<FC>> 
 Holder<PlacedFeature>PlacementUtils.filtered(F p_206499_, FC p_206500_, BlockPredicate p_206501_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 Holder<PlacedFeature>PlacementUtils.inlinePlaced(F p_206503_, FC p_206504_, PlacementModifier... p_206505_) static <FC extends FeatureConfiguration,F extends Feature<FC>> 
 Holder<PlacedFeature>PlacementUtils.onlyWhenEmpty(F p_206496_, FC p_206497_) 
- 
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.carverClasses in net.minecraft.world.level.levelgen.carver that implement FeatureConfigurationModifier and TypeClassDescriptionclassclassclass
- 
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.featureClasses in net.minecraft.world.level.levelgen.feature with type parameters of type FeatureConfigurationModifier and TypeClassDescriptionfinal recordConfiguredFeature<FC extends FeatureConfiguration,F extends Feature<FC>> classFeature<FC extends FeatureConfiguration>classFeaturePlaceContext<FC extends FeatureConfiguration>Classes in net.minecraft.world.level.levelgen.feature that implement FeatureConfigurationModifier and TypeClassDescriptionclassclassstatic final recordDeprecated.Fields in net.minecraft.world.level.levelgen.feature declared as FeatureConfigurationModifier and TypeFieldDescriptionprivate final FCConfiguredFeature.configThe field for theconfigrecord component.private final FCFeaturePlaceContext.configMethods in net.minecraft.world.level.levelgen.feature with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionprivate static <C extends FeatureConfiguration,F extends Feature<C>> 
 F
- 
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurationsClasses in net.minecraft.world.level.levelgen.feature.configurations that implement FeatureConfigurationModifier and TypeClassDescriptionfinal recordclassclassclassclassclassfinal recordclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal recordclassclassclassfinal recordfinal recordclassclassclassclassfinal recordclassclass
- 
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.structure.piecesClasses in net.minecraft.world.level.levelgen.structure.pieces with type parameters of type FeatureConfigurationModifier and TypeInterfaceDescriptioninterfacePieceGenerator<C extends FeatureConfiguration>static final recordPieceGenerator.Context<C extends FeatureConfiguration>interfacePieceGeneratorSupplier<C extends FeatureConfiguration>static final recordFields in net.minecraft.world.level.levelgen.structure.pieces declared as FeatureConfigurationModifier and TypeFieldDescriptionprivate final CPieceGenerator.Context.configThe field for theconfigrecord component.private final CPieceGeneratorSupplier.Context.configThe field for theconfigrecord component.Methods in net.minecraft.world.level.levelgen.structure.pieces with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionstatic <C extends FeatureConfiguration>
 Predicate<PieceGeneratorSupplier.Context<C>>PieceGeneratorSupplier.checkForBiomeOnTop(Heightmap.Types p_197346_) static <C extends FeatureConfiguration>
 PieceGeneratorSupplier<C>PieceGeneratorSupplier.simple(Predicate<PieceGeneratorSupplier.Context<C>> p_197350_, PieceGenerator<C> p_197351_)