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

11 lines
302 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS awy net/minecraft/recipe/Ingredient
FIELD a EMPTY Lawy;
METHOD a fromJson (Lcom/google/gson/JsonElement;)Lawy;
2018-10-25 16:01:57 -04:00
ARG 0 element
2018-10-31 12:57:21 -04:00
METHOD a write (Lin;)V
2018-11-04 07:22:38 -05:00
ARG 1 buf
2018-10-31 12:57:21 -04:00
METHOD a fromItems ([Lauv;)Lawy;
METHOD b fromPacketBuf (Lin;)Lawy;
2018-10-25 16:01:57 -04:00
ARG 0 buf
METHOD c asJson ()Lcom/google/gson/JsonElement;