Package net.minecraft.tag
Class TagManager
java.lang.Object
net.minecraft.tag.TagManager
public class TagManager extends Object
- Mappings:
Namespace Name official afq
intermediary net/minecraft/class_5415
named net/minecraft/tag/TagManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TagManager.Builder
(package private) static interface
TagManager.Visitor
-
Field Summary
Fields Modifier and Type Field Description static TagManager
EMPTY
private static Logger
LOGGER
private Map<RegistryKey<? extends Registry<?>>,TagGroup<?>>
tagGroups
-
Constructor Summary
Constructors Modifier Constructor Description private
TagManager(Map<RegistryKey<? extends Registry<?>>,TagGroup<?>> tagGroups)
-
Method Summary
Modifier and Type Method Description void
accept(TagManager.Visitor visitor)
void
apply()
static TagManager
fromPacket(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> void
offerTo(TagManager.Visitor visitor, RegistryKey<? extends Registry<?>> type, TagGroup<?> group)
Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>
toPacket(DynamicRegistryManager registryManager)
private static <T> void
tryAdd(DynamicRegistryManager registryManager, TagManager.Builder builder, RegistryKey<? extends Registry<? extends T>> type, TagGroup.Serialized group)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lafq;b:Lorg/apache/logging/log4j/Logger;
intermediary field_28305
Lnet/minecraft/class_5415;field_28305:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/tag/TagManager;LOGGER:Lorg/apache/logging/log4j/Logger;
-
EMPTY
- Mappings:
Namespace Name Mixin selector official a
Lafq;a:Lafq;
intermediary field_25744
Lnet/minecraft/class_5415;field_25744:Lnet/minecraft/class_5415;
named EMPTY
Lnet/minecraft/tag/TagManager;EMPTY:Lnet/minecraft/tag/TagManager;
-
tagGroups
- Mappings:
Namespace Name Mixin selector official c
Lafq;c:Ljava/util/Map;
intermediary field_28306
Lnet/minecraft/class_5415;field_28306:Ljava/util/Map;
named tagGroups
Lnet/minecraft/tag/TagManager;tagGroups:Ljava/util/Map;
-
-
Constructor Details
-
TagManager
- Mappings:
Namespace Name Mixin selector official <init>
Lafq;<init>(Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_5415;<init>(Ljava/util/Map;)V
named <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 b
Lafq;b(Lwk;)Lafp;
intermediary method_33170
Lnet/minecraft/class_5415;method_33170(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5414;
named getTagGroup
Lnet/minecraft/tag/TagManager;getTagGroup(Lnet/minecraft/util/registry/RegistryKey;)Lnet/minecraft/tag/TagGroup;
-
getOrCreateTagGroup
- Mappings:
Namespace Name Mixin selector official a
Lafq;a(Lwk;)Lafp;
intermediary method_33164
Lnet/minecraft/class_5415;method_33164(Lnet/minecraft/class_5321;)Lnet/minecraft/class_5414;
named getOrCreateTagGroup
Lnet/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 a
Lafq;a(Lwk;Lwl;Ljava/util/function/Function;)Lafo;
intermediary method_33166
Lnet/minecraft/class_5415;method_33166(Lnet/minecraft/class_5321;Lnet/minecraft/class_2960;Ljava/util/function/Function;)Lnet/minecraft/class_3494;
named getTag
Lnet/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 a
Lafq;a(Lwk;Lafo;Ljava/util/function/Supplier;)Lwl;
intermediary method_33165
Lnet/minecraft/class_5415;method_33165(Lnet/minecraft/class_5321;Lnet/minecraft/class_3494;Ljava/util/function/Supplier;)Lnet/minecraft/class_2960;
named getTagId
Lnet/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 a
Lafq;a(Lafq$b;)V
intermediary method_33161
Lnet/minecraft/class_5415;method_33161(Lnet/minecraft/class_5415$class_5750;)V
named accept
Lnet/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 a
Lafq;a(Lafq$b;Lwk;Lafp;)V
intermediary method_33162
Lnet/minecraft/class_5415;method_33162(Lnet/minecraft/class_5415$class_5750;Lnet/minecraft/class_5321;Lnet/minecraft/class_5414;)V
named offerTo
Lnet/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 a
Lafq;a()V
intermediary method_30222
Lnet/minecraft/class_5415;method_30222()V
named apply
Lnet/minecraft/tag/TagManager;apply()V
-
toPacket
public Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> toPacket(DynamicRegistryManager registryManager)- Mappings:
Namespace Name Mixin selector official a
Lafq;a(Lgo;)Ljava/util/Map;
intermediary method_30217
Lnet/minecraft/class_5415;method_30217(Lnet/minecraft/class_5455;)Ljava/util/Map;
named toPacket
Lnet/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 a
Lafq;a(Lgo;Ljava/util/Map;)Lafq;
intermediary method_30219
Lnet/minecraft/class_5415;method_30219(Lnet/minecraft/class_5455;Ljava/util/Map;)Lnet/minecraft/class_5415;
named fromPacket
Lnet/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 a
Lafq;a(Lgo;Lafq$a;Lwk;Lafp$a;)V
intermediary method_33163
Lnet/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;)V
named tryAdd
Lnet/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
-