Package net.minecraft.tag
Interface Tag.Identified<T>
- All Superinterfaces:
Tag<T>
- All Known Implementing Classes:
RequiredTagList.TagWrapper
public static interface Tag.Identified<T> extends Tag<T>
- Mappings:
Namespace Name official afc$e
intermediary net/minecraft/class_3494$class_5123
named net/minecraft/tag/Tag$Identified
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.tag.Tag
Tag.Builder, Tag.Entry, Tag.Identified<T>, Tag.ObjectEntry, Tag.OptionalObjectEntry, Tag.OptionalTagEntry, Tag.TagEntry, Tag.TrackedEntry
-
Method Summary
Modifier and Type Method Description Identifier
getId()
-
Method Details
-
getId
Identifier getId()- Mappings:
Namespace Name Mixin selector official a
Lafc$e;a()Lwb;
intermediary method_26791
Lnet/minecraft/class_3494$class_5123;method_26791()Lnet/minecraft/class_2960;
named getId
Lnet/minecraft/tag/Tag$Identified;getId()Lnet/minecraft/util/Identifier;
-