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

30 lines
998 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS axr net/minecraft/recipe/Ingredient
CLASS axr$a StackEntry
FIELD a stack Lavo;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-11-27 13:50:51 -05:00
CLASS axr$b TagEntry
FIELD a tag Lxv;
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2018-11-27 13:50:51 -05:00
CLASS axr$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-27 13:50:51 -05:00
FIELD a EMPTY Laxr;
FIELD c entries [Laxr$c;
FIELD d stackArray [Lavo;
METHOD a getStackArray ()[Lavo;
METHOD a matches (Lavo;)Z
METHOD a fromJson (Lcom/google/gson/JsonElement;)Laxr;
2018-10-25 16:01:57 -04:00
ARG 0 element
2018-11-27 13:50:51 -05:00
METHOD a entryFromJson (Lcom/google/gson/JsonObject;)Laxr$c;
METHOD a write (Liq;)V
METHOD a ofEntries (Ljava/util/stream/Stream;)Laxr;
METHOD a fromTag (Lxv;)Laxr;
METHOD a ofStacks ([Lavo;)Laxr;
METHOD a ofItems ([Lbam;)Laxr;
METHOD b fromPacket (Liq;)Laxr;
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