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

14 lines
380 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS axt net/minecraft/recipe/Recipe
METHOD a getSerializer ()Laxv;
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-21 11:58:05 -05:00
METHOD a craft (Laer;)Lavn;
METHOD a matches (Laer;Lbam;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-11-15 12:05:03 -05:00
METHOD b getId ()Lpx;
2018-11-21 11:58:05 -05:00
METHOD b getRemainingStacks (Laer;)Lfg;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
2018-11-21 11:58:05 -05:00
METHOD d getOutput ()Lavn;
2018-11-07 11:37:58 -05:00
METHOD e getPreviewInputs ()Lfg;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;