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

13 lines
330 B
Plaintext
Raw Normal View History

2017-04-09 20:27:11 -04:00
CLASS ajf net/minecraft/recipe/RecipeMapClone
METHOD a getSize ()I
METHOD a craft (Laeo;)Lahf;
2017-04-09 20:27:11 -04:00
ARG 0 inv
METHOD a matches (Laeo;Lali;)Z
2017-04-09 20:27:11 -04:00
ARG 0 inv
ARG 1 world
METHOD b getOutput ()Lahf;
METHOD b getRemainingStacks (Laeo;)Lem;
2017-04-09 20:27:11 -04:00
ARG 0 inv
2017-05-10 17:15:26 -04:00
METHOD c getPreviewInputs ()Ljava/util/List;
2017-05-10 15:24:29 -04:00
METHOD d isIgnoredInRecipeBook ()Z