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

15 lines
398 B
Plaintext
Raw Normal View History

2018-10-25 16:01:57 -04:00
CLASS awi net/minecraft/recipe/IRecipe
METHOD a getSerializer ()Lawk;
METHOD a fits (II)Z
ARG 0 width
ARG 1 height
METHOD a craft (Ladu;)Lauc;
METHOD a matches (Ladu;Laza;)Z
2017-04-09 20:27:11 -04:00
ARG 1 world
2018-10-25 16:01:57 -04:00
METHOD b getId ()Lpt;
METHOD b getRemainingStacks (Ladu;)Lfe;
2017-06-08 10:01:49 -04:00
METHOD c isIgnoredInRecipeBook ()Z
METHOD d getOutput ()Lauc;
METHOD e getPreviewInputs ()Lfe;
2018-10-25 16:01:57 -04:00
METHOD f getGroup ()Ljava/lang/String;