Uses of Interface
net.minecraft.world.gen.feature.IFeatureConfig
Packages that use IFeatureConfig
-
Uses of IFeatureConfig in net.minecraft.world.gen.feature
Classes in net.minecraft.world.gen.feature with type parameters of type IFeatureConfigModifier and TypeClassDescriptionclass
ConfiguredFeature<FC extends IFeatureConfig,
F extends Feature<FC>> class
Feature<FC extends IFeatureConfig>
class
FlowersFeature<U extends IFeatureConfig>
class
StructureFeature<FC extends IFeatureConfig,
F extends Structure<FC>> Classes in net.minecraft.world.gen.feature that implement IFeatureConfigModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.gen.feature declared as IFeatureConfigModifier and TypeFieldDescriptionfinal FC
ConfiguredFeature.config
final FC
StructureFeature.config
Methods in net.minecraft.world.gen.feature with type parameters of type IFeatureConfigModifier and TypeMethodDescriptionprivate static <C extends IFeatureConfig,
F extends Feature<C>>
Fprivate static <FC extends IFeatureConfig>
ConfiguredFeature<FC,?> Features.register
(String p_243968_0_, ConfiguredFeature<FC, ?> p_243968_1_) -
Uses of IFeatureConfig in net.minecraft.world.gen.feature.structure
Classes in net.minecraft.world.gen.feature.structure with type parameters of type IFeatureConfigModifier and TypeClassDescriptionclass
MarginedStructureStart<C extends IFeatureConfig>
class
Structure<C extends IFeatureConfig>
static interface
Structure.IStartFactory<C extends IFeatureConfig>
class
StructureStart<C extends IFeatureConfig>
Classes in net.minecraft.world.gen.feature.structure that implement IFeatureConfigModifier and TypeClassDescriptionclass
class
class
class
Methods in net.minecraft.world.gen.feature.structure with type parameters of type IFeatureConfigModifier and TypeMethodDescriptionprivate static <FC extends IFeatureConfig,
F extends Structure<FC>>
StructureFeature<FC,F> StructureFeatures.register
(String p_244162_0_, StructureFeature<FC, F> p_244162_1_)