yarn/mappings/net/minecraft/recipe/IRecipeSerializer.mapping

12 lines
275 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS axd net/minecraft/recipe/IRecipeSerializer
2018-10-25 16:01:57 -04:00
METHOD a getId ()Ljava/lang/String;
2018-10-31 12:57:21 -04:00
METHOD a write (Lin;Laxb;)V
2018-10-25 16:01:57 -04:00
ARG 0 buf
ARG 1 recipe
2018-10-31 12:57:21 -04:00
METHOD a read (Lpu;Lcom/google/gson/JsonObject;)Laxb;
2018-10-25 16:01:57 -04:00
ARG 0 id
ARG 1 json
2018-10-31 12:57:21 -04:00
METHOD a read (Lpu;Lin;)Laxb;
2018-10-25 16:01:57 -04:00
ARG 0 id
ARG 1 buf