fix recipe serializer methods

This commit is contained in:
asie 2019-01-09 18:55:46 +01:00
parent 69e8dd5951
commit d34871d0ae
6 changed files with 18 additions and 0 deletions

View File

@ -1,8 +1,11 @@
CLASS aze
CLASS aze$a
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Laze;)V
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Laze;
METHOD a read (Lqe;Lit;)Laze;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;

View File

@ -3,6 +3,9 @@ CLASS azq net/minecraft/recipe/crafting/ShapedRecipe
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a write (Lit;Lazq;)V
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Lazq;
METHOD a read (Lqe;Lit;)Lazq;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;

View File

@ -3,6 +3,9 @@ CLASS azr net/minecraft/recipe/crafting/ShapelessRecipe
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a write (Lit;Lazr;)V
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Lazr;
METHOD a read (Lqe;Lit;)Lazr;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;

View File

@ -1,8 +1,11 @@
CLASS azc net/minecraft/recipe/smelting/BlastingRecipe
CLASS azc$a
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Lazc;)V
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Lazc;
METHOD a read (Lqe;Lit;)Lazc;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;

View File

@ -3,6 +3,9 @@ CLASS azu net/minecraft/recipe/smelting/SmeltingRecipe
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a write (Lit;Lazu;)V
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Lazu;
METHOD a read (Lqe;Lit;)Lazu;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;

View File

@ -3,6 +3,9 @@ CLASS azv net/minecraft/recipe/smelting/SmokingRecipe
METHOD a getId ()Ljava/lang/String;
METHOD a write (Lit;Lazm;)V
ARG 1 recipe
METHOD a write (Lit;Lazv;)V
METHOD a read (Lqe;Lcom/google/gson/JsonObject;)Lazv;
METHOD a read (Lqe;Lit;)Lazv;
METHOD b read (Lqe;Lcom/google/gson/JsonObject;)Lazm;
ARG 1 json
METHOD b read (Lqe;Lit;)Lazm;