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

15 lines
453 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS axu 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-21 11:58:05 -05:00
METHOD a craft (Laer;Lbam;)Lavn;
METHOD a add (Laxt;)V
METHOD a get (Lpx;)Laxt;
METHOD a onResourceReload (Lvz;)V
2018-10-25 16:01:57 -04:00
METHOD b values ()Ljava/util/Collection;
2018-11-21 11:58:05 -05:00
METHOD b get (Laer;Lbam;)Laxt;
2018-10-25 16:01:57 -04:00
METHOD c keys ()Ljava/util/Collection;
METHOD d clear ()V