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

17 lines
421 B
Plaintext
Raw Normal View History

CLASS axb net/minecraft/recipe/Recipe
2018-10-31 12:57:21 -04:00
METHOD a getSerializer ()Laxd;
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
2018-10-31 12:57:21 -04:00
METHOD a craft (Laei;)Lauv;
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-10-31 12:57:21 -04:00
METHOD a matches (Laei;Lazt;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
ARG 2 world
2018-10-31 12:57:21 -04:00
METHOD b getId ()Lpu;
METHOD b getRemainingStacks (Laei;)Lfe;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
2018-10-31 12:57:21 -04:00
METHOD d getOutput ()Lauv;
METHOD e getPreviewInputs ()Lfe;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;