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

17 lines
459 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS bah net/minecraft/recipe/Recipe
2019-02-20 15:49:23 -05:00
METHOD S_ isIgnoredInRecipeBook ()Z
2019-02-21 13:19:18 -05:00
METHOD T_ getSerializer ()Lbaj;
2019-02-20 15:49:23 -05:00
METHOD a getPreviewInputs ()Lff;
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-02-21 13:19:18 -05:00
METHOD a craft (Laga;)Laxx;
METHOD a matches (Laga;Lbdf;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2019-02-20 15:49:23 -05:00
METHOD b getRemainingStacks (Laga;)Lff;
2019-02-21 13:19:18 -05:00
METHOD c getOutput ()Laxx;
2018-12-12 12:12:26 -05:00
METHOD d getGroup ()Ljava/lang/String;
2019-02-20 15:49:23 -05:00
METHOD f getId ()Lqi;
2019-02-21 13:19:18 -05:00
METHOD g getType ()Lbak;
METHOD h getRecipeKindIcon ()Laxx;