Package net.minecraft.tag
Class TagGroupLoader<T>
java.lang.Object
net.minecraft.tag.TagGroupLoader<T>
public class TagGroupLoader<T> extends Object
- Mappings:
Namespace Name official aff
intermediary net/minecraft/class_3503
named net/minecraft/tag/TagGroupLoader
-
Field Summary
Fields Modifier and Type Field Description private String
dataType
private static Gson
GSON
private static int
JSON_EXTENSION_LENGTH
private static Logger
LOGGER
private Function<Identifier,Optional<T>>
registryGetter
-
Constructor Summary
Constructors Constructor Description TagGroupLoader(Function<Identifier,Optional<T>> registryGetter, String dataType)
-
Method Summary
Modifier and Type Method Description TagGroup<T>
applyReload(Map<Identifier,Tag.Builder> tags)
private static boolean
method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
private static void
method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)
private static void
method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)
Map<Identifier,Tag.Builder>
method_33174(ResourceManager resourceManager)
TagGroup<T>
method_33176(ResourceManager resourceManager)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Laff;a:Lorg/apache/logging/log4j/Logger;
intermediary field_15607
Lnet/minecraft/class_3503;field_15607:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/tag/TagGroupLoader;LOGGER:Lorg/apache/logging/log4j/Logger;
-
GSON
- Mappings:
Namespace Name Mixin selector official b
Laff;b:Lcom/google/gson/Gson;
intermediary field_15608
Lnet/minecraft/class_3503;field_15608:Lcom/google/gson/Gson;
named GSON
Lnet/minecraft/tag/TagGroupLoader;GSON:Lcom/google/gson/Gson;
-
JSON_EXTENSION_LENGTH
private static final int JSON_EXTENSION_LENGTH- Mappings:
Namespace Name Mixin selector official c
Laff;c:I
intermediary field_15603
Lnet/minecraft/class_3503;field_15603:I
named JSON_EXTENSION_LENGTH
Lnet/minecraft/tag/TagGroupLoader;JSON_EXTENSION_LENGTH:I
-
registryGetter
- Mappings:
Namespace Name Mixin selector official d
Laff;d:Ljava/util/function/Function;
intermediary field_15609
Lnet/minecraft/class_3503;field_15609:Ljava/util/function/Function;
named registryGetter
Lnet/minecraft/tag/TagGroupLoader;registryGetter:Ljava/util/function/Function;
-
dataType
- Mappings:
Namespace Name Mixin selector official e
Laff;e:Ljava/lang/String;
intermediary field_15605
Lnet/minecraft/class_3503;field_15605:Ljava/lang/String;
named dataType
Lnet/minecraft/tag/TagGroupLoader;dataType:Ljava/lang/String;
-
-
Constructor Details
-
TagGroupLoader
- Mappings:
Namespace Name Mixin selector official <init>
Laff;<init>(Ljava/util/function/Function;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3503;<init>(Ljava/util/function/Function;Ljava/lang/String;)V
named <init>
Lnet/minecraft/tag/TagGroupLoader;<init>(Ljava/util/function/Function;Ljava/lang/String;)V
-
-
Method Details
-
method_33174
- Mappings:
Namespace Name Mixin selector official a
Laff;a(Lacx;)Ljava/util/Map;
intermediary method_33174
Lnet/minecraft/class_3503;method_33174(Lnet/minecraft/class_3300;)Ljava/util/Map;
named method_33174
Lnet/minecraft/tag/TagGroupLoader;method_33174(Lnet/minecraft/resource/ResourceManager;)Ljava/util/Map;
-
method_32839
private static void method_32839(Map<Identifier,Tag.Builder> map, Multimap<Identifier,Identifier> multimap, Set<Identifier> set, Identifier identifier, BiConsumer<Identifier,Tag.Builder> biConsumer)- Mappings:
Namespace Name Mixin selector official a
Laff;a(Ljava/util/Map;Lcom/google/common/collect/Multimap;Ljava/util/Set;Lwb;Ljava/util/function/BiConsumer;)V
intermediary method_32839
Lnet/minecraft/class_3503;method_32839(Ljava/util/Map;Lcom/google/common/collect/Multimap;Ljava/util/Set;Lnet/minecraft/class_2960;Ljava/util/function/BiConsumer;)V
named method_32839
Lnet/minecraft/tag/TagGroupLoader;method_32839(Ljava/util/Map;Lcom/google/common/collect/Multimap;Ljava/util/Set;Lnet/minecraft/util/Identifier;Ljava/util/function/BiConsumer;)V
-
method_32836
private static boolean method_32836(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)- Mappings:
Namespace Name Mixin selector official a
Laff;a(Lcom/google/common/collect/Multimap;Lwb;Lwb;)Z
intermediary method_32836
Lnet/minecraft/class_3503;method_32836(Lcom/google/common/collect/Multimap;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)Z
named method_32836
Lnet/minecraft/tag/TagGroupLoader;method_32836(Lcom/google/common/collect/Multimap;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)Z
-
method_32844
private static void method_32844(Multimap<Identifier,Identifier> multimap, Identifier identifier, Identifier identifier2)- Mappings:
Namespace Name Mixin selector official b
Laff;b(Lcom/google/common/collect/Multimap;Lwb;Lwb;)V
intermediary method_32844
Lnet/minecraft/class_3503;method_32844(Lcom/google/common/collect/Multimap;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)V
named method_32844
Lnet/minecraft/tag/TagGroupLoader;method_32844(Lcom/google/common/collect/Multimap;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)V
-
applyReload
- Mappings:
Namespace Name Mixin selector official a
Laff;a(Ljava/util/Map;)Lafd;
intermediary method_18242
Lnet/minecraft/class_3503;method_18242(Ljava/util/Map;)Lnet/minecraft/class_5414;
named applyReload
Lnet/minecraft/tag/TagGroupLoader;applyReload(Ljava/util/Map;)Lnet/minecraft/tag/TagGroup;
-
method_33176
- Mappings:
Namespace Name Mixin selector official b
Laff;b(Lacx;)Lafd;
intermediary method_33176
Lnet/minecraft/class_3503;method_33176(Lnet/minecraft/class_3300;)Lnet/minecraft/class_5414;
named method_33176
Lnet/minecraft/tag/TagGroupLoader;method_33176(Lnet/minecraft/resource/ResourceManager;)Lnet/minecraft/tag/TagGroup;
-