yarn/mappings/net/minecraft/tag/TagContainer.mapping

20 lines
616 B
Plaintext
Raw Normal View History

2018-11-03 05:23:04 -04:00
CLASS xp net/minecraft/tag/TagContainer
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b GSON Lcom/google/gson/Gson;
FIELD c JSON_EXTENSION_LENGTH I
FIELD d idMap Ljava/util/Map;
FIELD e getFunction Ljava/util/function/Function;
FIELD f existsPredicate Ljava/util/function/Predicate;
METHOD a getKeys ()Ljava/util/Collection;
METHOD a getTagsFor (Ljava/lang/Object;)Ljava/util/Collection;
2018-11-04 07:22:38 -05:00
ARG 1 object
2018-11-03 05:23:04 -04:00
METHOD a get (Lpu;)Lxo;
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-11-03 05:23:04 -04:00
METHOD a load (Lvt;)V
METHOD a add (Lxo;)V
2018-11-04 07:22:38 -05:00
ARG 1 tag
2018-11-03 05:23:04 -04:00
METHOD b clear ()V
METHOD b getOrCreate (Lpu;)Lxo;
2018-11-04 07:22:38 -05:00
ARG 1 id
2018-11-03 05:23:04 -04:00
METHOD c getEntries ()Ljava/util/Map;