Uses of Record Class
net.minecraft.registry.tag.TagGroupLoader.TrackedEntry
Packages that use TagGroupLoader.TrackedEntry
-
Uses of TagGroupLoader.TrackedEntry in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type TagGroupLoader.TrackedEntryModifier and TypeFieldDescriptionprivate final List<TagGroupLoader.TrackedEntry>TagGroupLoader.TagDependencies.entriesThe field for theentriesrecord component.Methods in net.minecraft.registry.tag that return types with arguments of type TagGroupLoader.TrackedEntryModifier and TypeMethodDescriptionTagGroupLoader.TagDependencies.entries()Returns the value of theentriesrecord component.TagGroupLoader.loadTags(ResourceManager resourceManager) private com.mojang.datafixers.util.Either<Collection<TagGroupLoader.TrackedEntry>,Collection<T>> TagGroupLoader.resolveAll(TagEntry.ValueGetter<T> valueGetter, List<TagGroupLoader.TrackedEntry> entries) Method parameters in net.minecraft.registry.tag with type arguments of type TagGroupLoader.TrackedEntryModifier and TypeMethodDescriptionTagGroupLoader.buildGroup(Map<Identifier, List<TagGroupLoader.TrackedEntry>> tags) private com.mojang.datafixers.util.Either<Collection<TagGroupLoader.TrackedEntry>,Collection<T>> TagGroupLoader.resolveAll(TagEntry.ValueGetter<T> valueGetter, List<TagGroupLoader.TrackedEntry> entries) Constructor parameters in net.minecraft.registry.tag with type arguments of type TagGroupLoader.TrackedEntryModifierConstructorDescription(package private)