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

16 lines
469 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ayx 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-12-12 12:12:26 -05:00
METHOD a craft (Lafi;Lbbp;)Lawo;
METHOD a add (Layw;)V
METHOD a get (Lqc;)Layw;
METHOD a onResourceReload (Lwj;)V
ARG 1 manager
2018-10-25 16:01:57 -04:00
METHOD b values ()Ljava/util/Collection;
2018-12-12 12:12:26 -05:00
METHOD b get (Lafi;Lbbp;)Layw;
2018-10-25 16:01:57 -04:00
METHOD c keys ()Ljava/util/Collection;
METHOD d clear ()V