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

30 lines
998 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS axi net/minecraft/recipe/Ingredient
CLASS axi$a StackEntry
FIELD a stack Lavf;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-11-15 12:05:03 -05:00
CLASS axi$b TagEntry
FIELD a tag Lxt;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-11-15 12:05:03 -05:00
CLASS axi$c Entry
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-11-15 12:05:03 -05:00
FIELD a EMPTY Laxi;
FIELD c entries [Laxi$c;
FIELD d stackArray [Lavf;
METHOD a getStackArray ()[Lavf;
METHOD a matches (Lavf;)Z
METHOD a fromJson (Lcom/google/gson/JsonElement;)Laxi;
2018-10-25 16:01:57 -04:00
ARG 0 element
2018-11-15 12:05:03 -05:00
METHOD a entryFromJson (Lcom/google/gson/JsonObject;)Laxi$c;
2018-11-07 11:37:58 -05:00
METHOD a write (Lip;)V
2018-11-15 12:05:03 -05:00
METHOD a ofEntries (Ljava/util/stream/Stream;)Laxi;
METHOD a fromTag (Lxt;)Laxi;
METHOD a ofStacks ([Lavf;)Laxi;
METHOD a ofItems ([Lbad;)Laxi;
METHOD b fromPacket (Lip;)Laxi;
2018-10-25 16:01:57 -04:00
ARG 0 buf
2018-11-04 10:45:24 -05:00
METHOD c toJson ()Lcom/google/gson/JsonElement;
METHOD f createStackArray ()V