yarn/mappings/net/minecraft/advancement/AdvancementManager.mapping

21 lines
674 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS o net/minecraft/advancement/AdvancementManager
2019-01-09 07:53:32 -05:00
CLASS o$a Listener
METHOD a onClear ()V
METHOD a onRootAdded (Ln;)V
METHOD b onRootRemoved (Ln;)V
METHOD c onDependentAdded (Ln;)V
METHOD d onDependentRemoved (Ln;)V
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b advancements Ljava/util/Map;
2019-01-09 07:53:32 -05:00
FIELD c roots Ljava/util/Set;
FIELD d dependents Ljava/util/Set;
FIELD e listener Lo$a;
2018-10-27 07:07:57 -04:00
METHOD a clear ()V
2019-01-09 07:53:32 -05:00
METHOD a load (Ljava/util/Map;)V
2018-10-27 07:07:57 -04:00
METHOD a removeAll (Ljava/util/Set;)V
2018-11-27 13:50:51 -05:00
METHOD a remove (Ln;)V
2019-01-09 07:53:32 -05:00
METHOD a setListener (Lo$a;)V
2019-02-20 15:49:23 -05:00
METHOD a get (Lqi;)Ln;
2019-01-09 07:53:32 -05:00
METHOD b getRoots ()Ljava/lang/Iterable;
METHOD c getAdvancements ()Ljava/util/Collection;