Package net.minecraft.tag
Class TagManager
java.lang.Object
net.minecraft.tag.TagManager
public class TagManager extends Object
- Mappings:
Namespace Name official afqintermediary net/minecraft/class_5415named net/minecraft/tag/TagManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTagManager.Builder(package private) static interfaceTagManager.Visitor -
Field Summary
Fields Modifier and Type Field Description static TagManagerEMPTYprivate static LoggerLOGGERprivate Map<RegistryKey<? extends Registry<?>>,TagGroup<?>>tagGroups -
Constructor Summary
Constructors Modifier Constructor Description privateTagManager(Map<RegistryKey<? extends Registry<?>>,TagGroup<?>> tagGroups) -
Method Summary
Modifier and Type Method Description voidaccept(TagManager.Visitor visitor)voidapply()static TagManagerfromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)<T> TagGroup<T>getOrCreateTagGroup(RegistryKey<? extends Registry<T>> registryKey)<T, E extends Exception>
Tag<T>getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory)private <T> @Nullable TagGroup<T>getTagGroup(RegistryKey<? extends Registry<T>> registryKey)<T, E extends Exception>
IdentifiergetTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier)private static <T> voidofferTo(TagManager.Visitor visitor, RegistryKey<? extends Registry<?>> type, TagGroup<?> group)Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>toPacket(DynamicRegistryManager registryManager)private static <T> voidtryAdd(DynamicRegistryManager registryManager, TagManager.Builder builder, RegistryKey<? extends Registry<? extends T>> type, TagGroup.Serialized group)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official bLafq;b:Lorg/apache/logging/log4j/Logger;intermediary field_28305Lnet/minecraft/class_5415;field_28305:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/tag/TagManager;LOGGER:Lorg/apache/logging/log4j/Logger;
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLafq;a:Lafq;intermediary field_25744Lnet/minecraft/class_5415;field_25744:Lnet/minecraft/class_5415;named EMPTYLnet/minecraft/tag/TagManager;EMPTY:Lnet/minecraft/tag/TagManager;
-
tagGroups
- Mappings:
Namespace Name Mixin selector official cLafq;c:Ljava/util/Map;intermediary field_28306Lnet/minecraft/class_5415;field_28306:Ljava/util/Map;named tagGroupsLnet/minecraft/tag/TagManager;tagGroups:Ljava/util/Map;
-
-
Constructor Details
-
TagManager
- Mappings:
Namespace Name Mixin selector official <init>Lafq;<init>(Ljava/util/Map;)Vintermediary <init>Lnet/minecraft/class_5415;<init>(Ljava/util/Map;)Vnamed <init>Lnet/minecraft/tag/TagManager;<init>(Ljava/util/Map;)V
-
-
Method Details
-
getTagGroup
@Nullable private <T> @Nullable TagGroup<T> getTagGroup(RegistryKey<? extends Registry<T>> registryKey)- Mappings:
Namespace Name Mixin selector official bLafq;b(Lwk;)Lafp;intermediary method_33170Lnet/minecraft/class_5415;method_33170(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5414;named getTagGroupLnet/minecraft/tag/TagManager;getTagGroup(Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/tag/TagGroup;
-
getOrCreateTagGroup
- Mappings:
Namespace Name Mixin selector official aLafq;a(Lwk;)Lafp;intermediary method_33164Lnet/minecraft/class_5415;method_33164(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5414;named getOrCreateTagGroupLnet/minecraft/tag/TagManager;getOrCreateTagGroup(Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/tag/TagGroup;
-
getTag
public <T, E extends Exception> Tag<T> getTag(RegistryKey<? extends Registry<T>> registryKey, Identifier id, Function<Identifier,E> exceptionFactory) throws E extends Exception- Throws:
E extends Exception- Mappings:
Namespace Name Mixin selector official aLafq;a(Lwk;Lwl;Ljava/util/function/Function;)Lafo;intermediary method_33166Lnet/minecraft/class_5415;method_33166(Lnet/minecraft/class_5321;Lnet/minecraft/class_2960;Ljava/util/function/Function;)Lnet/minecraft/class_3494;named getTagLnet/minecraft/tag/TagManager;getTag(Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/util/Identifier;Ljava/util/function/Function;)Lnet/minecraft/tag/Tag;
-
getTagId
public <T, E extends Exception> Identifier getTagId(RegistryKey<? extends Registry<T>> registryKey, Tag<T> tag, Supplier<E> exceptionSupplier) throws E extends Exception- Throws:
E extends Exception- Mappings:
Namespace Name Mixin selector official aLafq;a(Lwk;Lafo;Ljava/util/function/Supplier;)Lwl;intermediary method_33165Lnet/minecraft/class_5415;method_33165(Lnet/minecraft/class_5321;Lnet/minecraft/class_3494;Ljava/util/function/Supplier;)Lnet/minecraft/class_2960;named getTagIdLnet/minecraft/tag/TagManager;getTagId(Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/tag/Tag;Ljava/util/function/Supplier;)Lnet/minecraft/util/Identifier;
-
accept
- Mappings:
Namespace Name Mixin selector official aLafq;a(Lafq$b;)Vintermediary method_33161Lnet/minecraft/class_5415;method_33161(Lnet/minecraft/class_5415$class_5750;)Vnamed acceptLnet/minecraft/tag/TagManager;accept(Lnet/minecraft/tag/TagManager$Visitor;)V
-
offerTo
private static <T> void offerTo(TagManager.Visitor visitor, RegistryKey<? extends Registry<?>> type, TagGroup<?> group)- Mappings:
Namespace Name Mixin selector official aLafq;a(Lafq$b;Lwk;Lafp;)Vintermediary method_33162Lnet/minecraft/class_5415;method_33162(Lnet/minecraft/class_5415$class_5750;Lnet/minecraft/class_5321;Lnet/minecraft/class_5414;)Vnamed offerToLnet/minecraft/tag/TagManager;offerTo(Lnet/minecraft/tag/TagManager$Visitor;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/tag/TagGroup;)V
-
apply
public void apply()- Mappings:
Namespace Name Mixin selector official aLafq;a()Vintermediary method_30222Lnet/minecraft/class_5415;method_30222()Vnamed applyLnet/minecraft/tag/TagManager;apply()V
-
toPacket
public Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> toPacket(DynamicRegistryManager registryManager)- Mappings:
Namespace Name Mixin selector official aLafq;a(Lgo;)Ljava/util/Map;intermediary method_30217Lnet/minecraft/class_5415;method_30217(Lnet/minecraft/class_5455;)Ljava/util/Map;named toPacketLnet/minecraft/tag/TagManager;toPacket(Lnet/minecraft/util/registry/DynamicRegistryManager;)Ljava/util/Map;
-
fromPacket
@Environment(CLIENT) public static TagManager fromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)- Mappings:
Namespace Name Mixin selector official aLafq;a(Lgo;Ljava/util/Map;)Lafq;intermediary method_30219Lnet/minecraft/class_5415;method_30219(Lnet/minecraft/class_5455;Ljava/util/Map;)Lnet/minecraft/class_5415;named fromPacketLnet/minecraft/tag/TagManager;fromPacket(Lnet/minecraft/util/registry/DynamicRegistryManager;Ljava/util/Map;)Lnet/minecraft/tag/TagManager;
-
tryAdd
@Environment(CLIENT) private static <T> void tryAdd(DynamicRegistryManager registryManager, TagManager.Builder builder, RegistryKey<? extends Registry<? extends T>> type, TagGroup.Serialized group)- Mappings:
Namespace Name Mixin selector official aLafq;a(Lgo;Lafq$a;Lwk;Lafp$a;)Vintermediary method_33163Lnet/minecraft/class_5415;method_33163(Lnet/minecraft/class_5455;Lnet/minecraft/class_5415$class_5749;Lnet/minecraft/class_5321;Lnet/minecraft/class_5414$class_5748;)Vnamed tryAddLnet/minecraft/tag/TagManager;tryAdd(Lnet/minecraft/util/registry/DynamicRegistryManager;Lnet/minecraft/tag/TagManager$Builder;Lnet/minecraft/util/registry/RegistryKey;Lnet/minecraft/tag/TagGroup$Serialized;)V
-