yarn/mappings/net/minecraft/recipe/crafting/ShapelessRecipe.mapping

24 lines
639 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS azb net/minecraft/recipe/crafting/ShapelessRecipe
CLASS azb$a Serializer
2018-10-25 16:01:57 -04:00
METHOD a getId ()Ljava/lang/String;
2018-12-12 12:12:26 -05:00
METHOD a write (Lit;Layw;)V
2018-10-25 16:01:57 -04:00
ARG 1 recipe
2018-12-12 12:12:26 -05:00
METHOD b read (Lqc;Lcom/google/gson/JsonObject;)Layw;
2018-10-25 16:01:57 -04:00
ARG 1 json
2018-12-12 12:12:26 -05:00
METHOD b read (Lqc;Lit;)Layw;
2018-10-25 16:01:57 -04:00
ARG 1 buf
2018-12-12 12:12:26 -05:00
FIELD a id Lqc;
2018-10-25 16:01:57 -04:00
FIELD b group Ljava/lang/String;
2018-12-12 12:12:26 -05:00
FIELD c output Lawo;
2018-11-27 13:50:51 -05:00
FIELD d input Lfh;
2018-12-12 12:12:26 -05:00
METHOD a getPreviewInputs ()Lfh;
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-12 12:12:26 -05:00
METHOD a craft (Lafi;)Lawo;
METHOD a matches (Lafi;Lbbp;)Z
2018-11-04 07:22:38 -05:00
ARG 1 inv
2018-12-12 12:12:26 -05:00
METHOD af_ getSerializer ()Layy;
METHOD c getOutput ()Lawo;
METHOD d getGroup ()Ljava/lang/String;
METHOD f getId ()Lqc;