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

30 lines
998 B
Plaintext
Raw Normal View History

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