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

14 lines
380 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS axy net/minecraft/recipe/Recipe
METHOD a getSerializer ()Laya;
2018-10-25 16:01:57 -04:00
METHOD a fits (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 width
2018-11-29 15:10:38 -05:00
METHOD a craft (Laev;)Lavs;
METHOD a matches (Laev;Lbaq;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-11-27 13:50:51 -05:00
METHOD b getId ()Lpy;
2018-11-29 15:10:38 -05:00
METHOD b getRemainingStacks (Laev;)Lfh;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
2018-11-29 15:10:38 -05:00
METHOD d getOutput ()Lavs;
2018-11-27 13:50:51 -05:00
METHOD e getPreviewInputs ()Lfh;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;