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

33 lines
1.0 KiB
Plaintext

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
METHOD a getStacks ()Ljava/util/Collection;
METHOD b toJson ()Lcom/google/gson/JsonObject;
FIELD a EMPTY Lbaa;
FIELD b NON_EMPTY Ljava/util/function/Predicate;
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
METHOD a getStackArray ()[Laxt;
METHOD a matches (Laxt;)Z
METHOD a fromJson (Lcom/google/gson/JsonElement;)Lbaa;
ARG 0 element
METHOD a entryFromJson (Lcom/google/gson/JsonObject;)Lbaa$c;
METHOD a write (Liw;)V
ARG 1 buf
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;
METHOD b fromPacket (Liw;)Lbaa;
ARG 0 buf
METHOD c toJson ()Lcom/google/gson/JsonElement;
METHOD d isEmpty ()Z
METHOD f createStackArray ()V