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

33 lines
1.0 KiB
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS baa net/minecraft/recipe/Ingredient
CLASS baa$a StackEntry
FIELD a stack Laxt;
CLASS baa$b TagEntry
FIELD a tag Lyp;
CLASS baa$c Entry
2018-11-04 10:45:24 -05:00
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
2019-02-13 12:35:08 -05:00
FIELD a EMPTY Lbaa;
FIELD b NON_EMPTY Ljava/util/function/Predicate;
2019-02-13 12:35:08 -05:00
FIELD c entries [Lbaa$c;
FIELD d stackArray [Laxt;
FIELD e ids Lit/unimi/dsi/fastutil/ints/IntList;
METHOD <init> (Ljava/util/stream/Stream;)V
ARG 1 entries
2019-02-13 12:35:08 -05:00
METHOD a getStackArray ()[Laxt;
METHOD a matches (Laxt;)Z
METHOD a fromJson (Lcom/google/gson/JsonElement;)Lbaa;
2018-10-25 16:01:57 -04:00
ARG 0 element
2019-02-13 12:35:08 -05:00
METHOD a entryFromJson (Lcom/google/gson/JsonObject;)Lbaa$c;
METHOD a write (Liw;)V
ARG 1 buf
2019-02-13 12:35:08 -05:00
METHOD a ofEntries (Ljava/util/stream/Stream;)Lbaa;
METHOD a fromTag (Lyp;)Lbaa;
METHOD a ofStacks ([Laxt;)Lbaa;
METHOD a ofItems ([Lbda;)Lbaa;
METHOD b getIds ()Lit/unimi/dsi/fastutil/ints/IntList;
2019-02-13 12:35:08 -05:00
METHOD b fromPacket (Liw;)Lbaa;
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 d isEmpty ()Z
2018-11-04 10:45:24 -05:00
METHOD f createStackArray ()V