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
FIELD a stack Laxd;
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
FIELD a tag Lyl;
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;
FIELD d stackArray [Laxd;
FIELD e ids Lit/unimi/dsi/fastutil/ints/IntList;
METHOD <init> (Ljava/util/stream/Stream;)V
ARG 1 entries
2019-01-09 12:20:38 -05:00
METHOD a getStackArray ()[Laxd;
METHOD a matches (Laxd;)Z
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;
2018-12-12 12:12:26 -05:00
METHOD a write (Lit;)V
ARG 1 buf
2019-01-09 12:20:38 -05:00
METHOD a ofEntries (Ljava/util/stream/Stream;)Lazj;
METHOD a fromTag (Lyl;)Lazj;
METHOD a ofStacks ([Laxd;)Lazj;
METHOD a ofItems ([Lbce;)Lazj;
METHOD b getIds ()Lit/unimi/dsi/fastutil/ints/IntList;
2019-01-09 12:20:38 -05:00
METHOD b fromPacket (Lit;)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