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

16 lines
567 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS yf net/minecraft/tag/TagContainer
2018-11-03 05:23:04 -04:00
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-12-12 12:12:26 -05:00
METHOD a get (Lqc;)Lye;
METHOD a load (Lwj;)V
METHOD a add (Lye;)V
2018-11-03 05:23:04 -04:00
METHOD b clear ()V
2018-12-12 12:12:26 -05:00
METHOD b getOrCreate (Lqc;)Lye;
2018-11-03 05:23:04 -04:00
METHOD c getEntries ()Ljava/util/Map;