AbstractSmeltingRecipe and inheritors (#284)

This commit is contained in:
David Vierra 2018-12-12 23:25:23 -10:00 committed by Modmuss50
parent 2e7520f28d
commit 4954f79f69
5 changed files with 30 additions and 30 deletions

View File

@ -1,12 +0,0 @@
CLASS aze
CLASS aze$a Serializer
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Layw;)V
ARG 1 recipe
METHOD b read (Lqc;Lcom/google/gson/JsonObject;)Layw;
ARG 1 json
METHOD b read (Lqc;Lit;)Layw;
ARG 1 buf
METHOD a matches (Lafi;Lbbp;)Z
ARG 1 inv
METHOD af_ getSerializer ()Layy;

View File

@ -0,0 +1,16 @@
CLASS ayk net/minecraft/recipe/smelting/AbstractSmeltingRecipe
FIELD a id Lqc;
FIELD b group Ljava/lang/String;
FIELD c input Layt;
FIELD d output Lawo;
FIELD e experience F
FIELD f cookTime I
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
METHOD a craft (Lafi;)Lawo;
METHOD b getExperience ()F
METHOD c getOutput ()Lawo;
METHOD d getGroup ()Ljava/lang/String;
METHOD e getCookTime ()I
METHOD f getId ()Lqc;

View File

@ -1,4 +1,4 @@
CLASS ayn
CLASS ayn net/minecraft/recipe/smelting/BlastingRecipe
CLASS ayn$a
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Layw;)V

View File

@ -1,16 +1,12 @@
CLASS ayk net/minecraft/recipe/smelting/SmeltingRecipe
FIELD a id Lqc;
FIELD b group Ljava/lang/String;
FIELD c input Layt;
FIELD d output Lawo;
FIELD e experience F
FIELD f cookTime I
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
METHOD a craft (Lafi;)Lawo;
METHOD b getExperience ()F
METHOD c getOutput ()Lawo;
METHOD d getGroup ()Ljava/lang/String;
METHOD e getCookTime ()I
METHOD f getId ()Lqc;
CLASS aze net/minecraft/recipe/smelting/SmeltingRecipe
CLASS aze$a Serializer
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Layw;)V
ARG 1 recipe
METHOD b read (Lqc;Lcom/google/gson/JsonObject;)Layw;
ARG 1 json
METHOD b read (Lqc;Lit;)Layw;
ARG 1 buf
METHOD a matches (Lafi;Lbbp;)Z
ARG 1 inv
METHOD af_ getSerializer ()Layy;

View File

@ -1,4 +1,4 @@
CLASS azf
CLASS azf net/minecraft/recipe/smelting/SmokingRecipe
CLASS azf$a
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Layw;)V