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

22 lines
638 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS axo net/minecraft/recipe/RecipeSerializers
CLASS axo$a Dummy
2018-10-25 16:01:57 -04:00
FIELD a id Ljava/lang/String;
FIELD b supplier Ljava/util/function/Function;
METHOD <init> (Ljava/lang/String;Ljava/util/function/Function;)V
ARG 0 id
ARG 1 supplier
METHOD a getId ()Ljava/lang/String;
2018-11-15 12:05:03 -05:00
METHOD a write (Lip;Laxl;)V
2018-10-25 16:01:57 -04:00
ARG 0 buf
ARG 1 recipe
2018-11-15 12:05:03 -05:00
METHOD a read (Lpx;Lcom/google/gson/JsonObject;)Laxl;
2018-10-25 16:01:57 -04:00
ARG 0 id
ARG 1 json
2018-11-15 12:05:03 -05:00
METHOD a read (Lpx;Lip;)Laxl;
2018-10-25 16:01:57 -04:00
ARG 0 id
ARG 1 buf
2018-11-15 12:05:03 -05:00
METHOD a toPacket (Laxl;Lip;)V
METHOD a register (Laxn;)Laxn;
METHOD a fromPacket (Lip;)Laxl;
METHOD a fromJson (Lpx;Lcom/google/gson/JsonObject;)Laxl;