Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.TemplateFeatureConfiguration
Packages that use TemplateFeatureConfiguration
Package
Description
-
Uses of TemplateFeatureConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type TemplateFeatureConfiguration in net.minecraft.world.level.levelgen.featureFields in net.minecraft.world.level.levelgen.feature with type parameters of type TemplateFeatureConfigurationModifier and TypeFieldDescriptionstatic final Feature<TemplateFeatureConfiguration> Feature.TEMPLATEMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type TemplateFeatureConfigurationModifier and TypeMethodDescriptionbooleanTemplateFeature.place(FeaturePlaceContext<TemplateFeatureConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type TemplateFeatureConfigurationModifierConstructorDescriptionTemplateFeature(com.mojang.serialization.Codec<TemplateFeatureConfiguration> codec) -
Uses of TemplateFeatureConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type TemplateFeatureConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TemplateFeatureConfiguration> TemplateFeatureConfiguration.CODEC