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

17 lines
459 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS azm net/minecraft/recipe/Recipe
METHOD X_ isIgnoredInRecipeBook ()Z
METHOD Y_ getSerializer ()Lazo;
2018-12-12 12:12:26 -05:00
METHOD a getPreviewInputs ()Lfh;
2018-10-25 16:01:57 -04:00
METHOD a fits (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 width
ARG 2 height
2019-01-16 13:24:40 -05:00
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2019-01-16 13:24:40 -05:00
METHOD b getRemainingStacks (Lafq;)Lfh;
METHOD c getOutput ()Laxc;
2018-12-12 12:12:26 -05:00
METHOD d getGroup ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD f getId ()Lqc;
METHOD g getType ()Lazp;
2019-01-17 07:18:48 -05:00
METHOD h getRecipeKindIcon ()Laxc;