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 CLASS ayn$a
METHOD a getId ()Ljava/lang/String; METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Layw;)V METHOD a write (Lit;Layw;)V

View File

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