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

17 lines
421 B
Plaintext
Raw Normal View History

CLASS axb net/minecraft/recipe/Recipe
2018-10-31 12:57:21 -04:00
METHOD a getSerializer ()Laxd;
2018-10-25 16:01:57 -04:00
METHOD a fits (II)Z
ARG 0 width
ARG 1 height
2018-10-31 12:57:21 -04:00
METHOD a craft (Laei;)Lauv;
ARG 0 inv
2018-10-31 12:57:21 -04:00
METHOD a matches (Laei;Lazt;)Z
ARG 0 inv
2017-04-09 20:27:11 -04:00
ARG 1 world
2018-10-31 12:57:21 -04:00
METHOD b getId ()Lpu;
METHOD b getRemainingStacks (Laei;)Lfe;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
2018-10-31 12:57:21 -04:00
METHOD d getOutput ()Lauv;
METHOD e getPreviewInputs ()Lfe;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;