Uses of Record Class
net.minecraft.world.level.levelgen.feature.TemplateFeature.TemplateEntry
Packages that use TemplateFeature.TemplateEntry
-
Uses of TemplateFeature.TemplateEntry in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type TemplateFeature.TemplateEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TemplateFeature.TemplateEntry> TemplateFeature.TemplateEntry.CODECprivate final WeightedList<TemplateFeature.TemplateEntry> TemplateFeature.templatesThe field for thetemplatesrecord component.Methods in net.minecraft.world.level.levelgen.feature that return TemplateFeature.TemplateEntryMethods in net.minecraft.world.level.levelgen.feature that return types with arguments of type TemplateFeature.TemplateEntryModifier and TypeMethodDescriptionTemplateFeature.templates()Returns the value of thetemplatesrecord component.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type TemplateFeature.TemplateEntryModifierConstructorDescriptionTemplateFeature(WeightedList<TemplateFeature.TemplateEntry> templates) TemplateFeature(WeightedList<TemplateFeature.TemplateEntry> templates, Optional<Holder<StructureProcessorList>> processors) Creates an instance of aTemplateFeaturerecord class.