Uses of Interface
net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
Package
Description
-
Uses of FeatureConfiguration in net.minecraft.data.worldgen.features
Modifier 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.placement
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
-
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.feature
Modifier and TypeClassDescriptionfinal record
ConfiguredFeature<FC extends FeatureConfiguration,
F extends Feature<FC>> class
Feature<FC extends FeatureConfiguration>
class
FeaturePlaceContext<FC extends FeatureConfiguration>
Modifier and TypeClassDescriptionclass
class
static final record
Deprecated.Modifier and TypeFieldDescriptionprivate final FC
ConfiguredFeature.config
The field for theconfig
record component.private final FC
FeaturePlaceContext.config
Modifier and TypeMethodDescriptionprivate static <C extends FeatureConfiguration,
F extends Feature<C>>
F -
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Modifier and TypeClassDescriptionfinal record
class
class
class
class
class
final record
class
class
class
class
class
class
class
class
class
class
class
class
class
class
final record
class
class
class
final record
final record
class
class
class
class
final record
class
class
-
Uses of FeatureConfiguration in net.minecraft.world.level.levelgen.structure.pieces
Modifier and TypeInterfaceDescriptioninterface
PieceGenerator<C extends FeatureConfiguration>
static final record
PieceGenerator.Context<C extends FeatureConfiguration>
interface
PieceGeneratorSupplier<C extends FeatureConfiguration>
static final record
Modifier 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.Modifier 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_)