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
Methods in net.minecraft.data.worldgen with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionprivate static <FC extends FeatureConfiguration,F extends StructureFeature<FC>>
Holder<ConfiguredStructureFeature<?,?>> StructureFeatures.register(ResourceKey<ConfiguredStructureFeature<?, ?>> p_211107_, ConfiguredStructureFeature<FC, F> p_211108_) -
Uses of FeatureConfiguration in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionstatic <FC extends FeatureConfiguration,F extends Feature<FC>>
Holder<ConfiguredFeature<FC,?>> 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.placement
Methods 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.carver
Classes in net.minecraft.world.level.levelgen.carver that implement FeatureConfigurationModifier and TypeClassDescriptionclassclassclass -
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.feature
Classes in net.minecraft.world.level.levelgen.feature with type parameters of type FeatureConfigurationModifier and TypeClassDescriptionfinal recordConfiguredFeature<FC extends FeatureConfiguration,F extends Feature<FC>> classConfiguredStructureFeature<FC extends FeatureConfiguration,F extends StructureFeature<FC>> classFeature<FC extends FeatureConfiguration>classFeaturePlaceContext<FC extends FeatureConfiguration>classStructureFeature<C 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.final FCConfiguredStructureFeature.configprivate final FCFeaturePlaceContext.configMethods in net.minecraft.world.level.levelgen.feature with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionprivate static <C extends FeatureConfiguration>
booleanDesertPyramidFeature.checkLocation(PieceGeneratorSupplier.Context<C> p_197078_) private static <C extends FeatureConfiguration>
booleanJunglePyramidFeature.checkLocation(PieceGeneratorSupplier.Context<C> p_197104_) private static <C extends FeatureConfiguration,F extends Feature<C>>
F -
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Classes in net.minecraft.world.level.levelgen.feature.configurations that implement FeatureConfigurationModifier and TypeClassDescriptionfinal recordclassclassclassclassclassfinal recordclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal recordclassclassclassclassclassclassfinal recordclassclassclassclassfinal recordclassclass -
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure with type parameters of type FeatureConfigurationModifier and TypeMethodDescriptionprivate <FC extends FeatureConfiguration,F extends StructureFeature<FC>>
booleanStructureCheck.canCreateStructure(ChunkPos p_209991_, ConfiguredStructureFeature<FC, F> p_209992_) -
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.structure.pieces
Classes 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_)