Skip to content

Commit

Permalink
fix recipe serializer methods
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 9, 2019
1 parent 69e8dd5 commit d34871d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mappings/aze.mapping
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/recipe/crafting/ShapedRecipe.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/recipe/smelting/BlastingRecipe.mapping
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/recipe/smelting/SmeltingRecipe.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/recipe/smelting/SmokingRecipe.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d34871d

Please sign in to comment.