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 TypeClassDescriptionclass
class
class
-
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 record
ConfiguredFeature<FC extends FeatureConfiguration,
F extends Feature<FC>> class
ConfiguredStructureFeature<FC extends FeatureConfiguration,
F extends StructureFeature<FC>> class
Feature<FC extends FeatureConfiguration>
class
FeaturePlaceContext<FC extends FeatureConfiguration>
class
StructureFeature<C extends FeatureConfiguration>
Classes in net.minecraft.world.level.levelgen.feature that implement FeatureConfigurationModifier and TypeClassDescriptionclass
class
static final record
Deprecated.Fields in net.minecraft.world.level.levelgen.feature declared as FeatureConfigurationModifier and TypeFieldDescriptionprivate final FC
ConfiguredFeature.config
The field for theconfig
record component.final FC
ConfiguredStructureFeature.config
private final FC
FeaturePlaceContext.config
Methods 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 record
class
class
class
class
class
final record
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
final record
class
class
class
class
class
class
final record
class
class
class
class
final record
class
class
-
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 TypeInterfaceDescriptioninterface
PieceGenerator<C extends FeatureConfiguration>
static final record
PieceGenerator.Context<C extends FeatureConfiguration>
interface
PieceGeneratorSupplier<C extends FeatureConfiguration>
static final record
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as FeatureConfigurationModifier and TypeFieldDescriptionprivate final C
PieceGenerator.Context.config
The field for theconfig
record component.private final C
PieceGeneratorSupplier.Context.config
The field for theconfig
record 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_)