yarn/mappings/net/minecraft/recipe/RecipeManager.mapping

15 lines
453 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS axv net/minecraft/recipe/RecipeManager
2018-10-25 16:01:57 -04:00
FIELD a PREFIX_LENGTH I
FIELD b SUFFIX_LENGTH I
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
FIELD d recipeMap Ljava/util/Map;
FIELD e hadErrors Z
2018-11-27 13:50:51 -05:00
METHOD a craft (Laes;Lban;)Lavo;
METHOD a add (Laxu;)V
METHOD a get (Lpy;)Laxu;
METHOD a onResourceReload (Lwa;)V
2018-10-25 16:01:57 -04:00
METHOD b values ()Ljava/util/Collection;
2018-11-27 13:50:51 -05:00
METHOD b get (Laes;Lban;)Laxu;
2018-10-25 16:01:57 -04:00
METHOD c keys ()Ljava/util/Collection;
METHOD d clear ()V