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

30 lines
998 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS ayt net/minecraft/recipe/Ingredient
CLASS ayt$a StackEntry
FIELD a stack Lawo;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-12-12 12:12:26 -05:00
CLASS ayt$b TagEntry
FIELD a tag Lye;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-12-12 12:12:26 -05:00
CLASS ayt$c Entry
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-12-12 12:12:26 -05:00
FIELD a EMPTY Layt;
FIELD c entries [Layt$c;
FIELD d stackArray [Lawo;
METHOD a getStackArray ()[Lawo;
METHOD a matches (Lawo;)Z
METHOD a fromJson (Lcom/google/gson/JsonElement;)Layt;
2018-10-25 16:01:57 -04:00
ARG 0 element
2018-12-12 12:12:26 -05:00
METHOD a entryFromJson (Lcom/google/gson/JsonObject;)Layt$c;
METHOD a write (Lit;)V
METHOD a ofEntries (Ljava/util/stream/Stream;)Layt;
METHOD a fromTag (Lye;)Layt;
METHOD a ofStacks ([Lawo;)Layt;
METHOD a ofItems ([Lbbo;)Layt;
METHOD b fromPacket (Lit;)Layt;
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