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

17 lines
396 B
Plaintext
Raw Normal View History

2017-04-09 20:27:11 -04:00
CLASS ajh net/minecraft/recipe/Recipe
FIELD a id Lmd;
METHOD <init> (Lmd;)V
ARG 0 id
METHOD a getSize ()I
METHOD a craft (Laeo;)Lahf;
ARG 0 inv
METHOD a matches (Laeo;Lali;)Z
ARG 0 inv
ARG 1 world
METHOD b getOutput ()Lahf;
METHOD b getRemainingStacks (Laeo;)Lem;
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
2017-04-09 20:27:11 -04:00
METHOD e getId ()Lmd;