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

15 lines
453 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS axm 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-15 12:05:03 -05:00
METHOD a craft (Laep;Lbae;)Lavf;
METHOD a add (Laxl;)V
METHOD a get (Lpx;)Laxl;
METHOD a onResourceReload (Lvy;)V
2018-10-25 16:01:57 -04:00
METHOD b values ()Ljava/util/Collection;
2018-11-15 12:05:03 -05:00
METHOD b get (Laep;Lbae;)Laxl;
2018-10-25 16:01:57 -04:00
METHOD c keys ()Ljava/util/Collection;
METHOD d clear ()V