Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.TemplateFeatureConfiguration.TemplateEntry
Packages that use TemplateFeatureConfiguration.TemplateEntry
-
Uses of TemplateFeatureConfiguration.TemplateEntry in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type TemplateFeatureConfiguration.TemplateEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TemplateFeatureConfiguration.TemplateEntry> TemplateFeatureConfiguration.TemplateEntry.CODECprivate final WeightedList<TemplateFeatureConfiguration.TemplateEntry> TemplateFeatureConfiguration.templatesThe field for thetemplatesrecord component.Methods in net.minecraft.world.level.levelgen.feature.configurations that return TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionTemplateFeatureConfiguration.TemplateEntry.of(Identifier template) Methods in net.minecraft.world.level.levelgen.feature.configurations that return types with arguments of type TemplateFeatureConfiguration.TemplateEntryModifier and TypeMethodDescriptionTemplateFeatureConfiguration.templates()Returns the value of thetemplatesrecord component.Constructor parameters in net.minecraft.world.level.levelgen.feature.configurations with type arguments of type TemplateFeatureConfiguration.TemplateEntryModifierConstructorDescriptionCreates an instance of aTemplateFeatureConfigurationrecord class.