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

14 lines
380 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS aya net/minecraft/recipe/Recipe
METHOD a getSerializer ()Layc;
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-12-05 09:11:37 -05:00
METHOD a craft (Laex;)Lavu;
METHOD a matches (Laex;Lbas;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-12-05 09:11:37 -05:00
METHOD b getId ()Lpz;
METHOD b getRemainingStacks (Laex;)Lfh;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
2018-12-05 09:11:37 -05:00
METHOD d getOutput ()Lavu;
2018-11-27 13:50:51 -05:00
METHOD e getPreviewInputs ()Lfh;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;