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

19 lines
485 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS bcz net/minecraft/recipe/Recipe
2019-03-14 08:57:09 -04:00
METHOD Q_ isIgnoredInRecipeBook ()Z
2019-03-14 11:39:51 -04:00
METHOD R_ getSerializer ()Lbdb;
2019-03-14 08:57:09 -04:00
METHOD a getPreviewInputs ()Lfi;
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-03-14 08:57:09 -04:00
METHOD a craft (Lagk;)Lbar;
ARG 1 inv
2019-03-14 11:39:51 -04:00
METHOD a matches (Lagk;Lbfx;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
ARG 2 world
2019-03-14 08:57:09 -04:00
METHOD b getRemainingStacks (Lagk;)Lfi;
METHOD c getOutput ()Lbar;
2018-12-12 12:12:26 -05:00
METHOD d getGroup ()Ljava/lang/String;
2019-03-14 08:57:09 -04:00
METHOD f getId ()Lqp;
2019-03-14 11:39:51 -04:00
METHOD g getType ()Lbdc;
2019-03-14 08:57:09 -04:00
METHOD h getRecipeKindIcon ()Lbar;