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

17 lines
459 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS bad net/minecraft/recipe/Recipe
2019-01-30 12:48:39 -05:00
METHOD U_ isIgnoredInRecipeBook ()Z
2019-02-13 12:35:08 -05:00
METHOD V_ getSerializer ()Lbaf;
METHOD a getPreviewInputs ()Lfe;
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-13 12:35:08 -05:00
METHOD a craft (Laga;)Laxt;
METHOD a matches (Laga;Lbdb;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2019-02-13 12:35:08 -05:00
METHOD b getRemainingStacks (Laga;)Lfe;
METHOD c getOutput ()Laxt;
2018-12-12 12:12:26 -05:00
METHOD d getGroup ()Ljava/lang/String;
2019-02-13 12:35:08 -05:00
METHOD f getId ()Lqh;
METHOD g getType ()Lbag;
METHOD h getRecipeKindIcon ()Laxt;