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

37 lines
1.2 KiB
Plaintext
Raw Normal View History

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