Package net.minecraft.recipe
Class Ingredient
java.lang.Object
net.minecraft.recipe.Ingredient
public final class Ingredient extends Object implements Predicate<ItemStack>
- Mappings:
Namespace Name official bqkintermediary net/minecraft/class_1856named net/minecraft/recipe/Ingredient
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interfaceIngredient.Entry(package private) static classIngredient.StackEntry(package private) static classIngredient.TagEntry -
Field Summary
Fields Modifier and Type Field Description static IngredientEMPTYprivate Ingredient.Entry[]entriesprivate IntListidsprivate ItemStack[]matchingStacks -
Constructor Summary
Constructors Modifier Constructor Description privateIngredient(Stream<? extends Ingredient.Entry> entries) -
Method Summary
Modifier and Type Method Description private voidcacheMatchingStacks()private static Ingredient.EntryentryFromJson(JsonObject json)static IngredientfromJson(JsonElement json)static IngredientfromPacket(PacketByteBuf buf)static IngredientfromTag(Tag<Item> tag)IntListgetIds()ItemStack[]getMatchingStacksClient()booleanisEmpty()private static IngredientofEntries(Stream<? extends Ingredient.Entry> entries)static IngredientofItems(ItemConvertible[] items)static IngredientofStacks(Stream<ItemStack> stacks)static IngredientofStacks(ItemStack[] stacks)booleantest(ItemStack itemStack)JsonElementtoJson()voidwrite(PacketByteBuf buf)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector official aLbqk;a:Lbqk;intermediary field_9017Lnet/minecraft/class_1856;field_9017:Lnet/minecraft/class_1856;named EMPTYLnet/minecraft/recipe/Ingredient;EMPTY:Lnet/minecraft/recipe/Ingredient;
-
entries
- Mappings:
Namespace Name Mixin selector official bLbqk;b:[Lbqk$c;intermediary field_9019Lnet/minecraft/class_1856;field_9019:[Lnet/minecraft/class_1856$class_1859;named entriesLnet/minecraft/recipe/Ingredient;entries:[Lnet/minecraft/recipe/Ingredient$Entry;
-
matchingStacks
- Mappings:
Namespace Name Mixin selector official cLbqk;c:[Lbnv;intermediary field_9018Lnet/minecraft/class_1856;field_9018:[Lnet/minecraft/class_1799;named matchingStacksLnet/minecraft/recipe/Ingredient;matchingStacks:[Lnet/minecraft/item/ItemStack;
-
ids
- Mappings:
Namespace Name Mixin selector official dLbqk;d:Lit/unimi/dsi/fastutil/ints/IntList;intermediary field_9016Lnet/minecraft/class_1856;field_9016:Lit/unimi/dsi/fastutil/ints/IntList;named idsLnet/minecraft/recipe/Ingredient;ids:Lit/unimi/dsi/fastutil/ints/IntList;
-
-
Constructor Details
-
Ingredient
- Mappings:
Namespace Name Mixin selector official <init>Lbqk;<init>(Ljava/util/stream/Stream;)Vintermediary <init>Lnet/minecraft/class_1856;<init>(Ljava/util/stream/Stream;)Vnamed <init>Lnet/minecraft/recipe/Ingredient;<init>(Ljava/util/stream/Stream;)V
-
-
Method Details
-
getMatchingStacksClient
- Mappings:
Namespace Name Mixin selector official aLbqk;a()[Lbnv;intermediary method_8105Lnet/minecraft/class_1856;method_8105()[Lnet/minecraft/class_1799;named getMatchingStacksClientLnet/minecraft/recipe/Ingredient;getMatchingStacksClient()[Lnet/minecraft/item/ItemStack;
-
cacheMatchingStacks
private void cacheMatchingStacks()- Mappings:
Namespace Name Mixin selector official fLbqk;f()Vintermediary method_8096Lnet/minecraft/class_1856;method_8096()Vnamed cacheMatchingStacksLnet/minecraft/recipe/Ingredient;cacheMatchingStacks()V
-
test
-
getIds
- Mappings:
Namespace Name Mixin selector official bLbqk;b()Lit/unimi/dsi/fastutil/ints/IntList;intermediary method_8100Lnet/minecraft/class_1856;method_8100()Lit/unimi/dsi/fastutil/ints/IntList;named getIdsLnet/minecraft/recipe/Ingredient;getIds()Lit/unimi/dsi/fastutil/ints/IntList;
-
write
- Mappings:
Namespace Name Mixin selector official aLbqk;a(Lnw;)Vintermediary method_8088Lnet/minecraft/class_1856;method_8088(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/recipe/Ingredient;write(Lnet/minecraft/network/PacketByteBuf;)V
-
toJson
- Mappings:
Namespace Name Mixin selector official cLbqk;c()Lcom/google/gson/JsonElement;intermediary method_8089Lnet/minecraft/class_1856;method_8089()Lcom/google/gson/JsonElement;named toJsonLnet/minecraft/recipe/Ingredient;toJson()Lcom/google/gson/JsonElement;
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official dLbqk;d()Zintermediary method_8103Lnet/minecraft/class_1856;method_8103()Znamed isEmptyLnet/minecraft/recipe/Ingredient;isEmpty()Z
-
ofEntries
- Mappings:
Namespace Name Mixin selector official bLbqk;b(Ljava/util/stream/Stream;)Lbqk;intermediary method_8092Lnet/minecraft/class_1856;method_8092(Ljava/util/stream/Stream;)Lnet/minecraft/class_1856;named ofEntriesLnet/minecraft/recipe/Ingredient;ofEntries(Ljava/util/stream/Stream;)Lnet/minecraft/recipe/Ingredient;
-
ofItems
- Mappings:
Namespace Name Mixin selector official aLbqk;a([Lbtu;)Lbqk;intermediary method_8091Lnet/minecraft/class_1856;method_8091([Lnet/minecraft/class_1935;)Lnet/minecraft/class_1856;named ofItemsLnet/minecraft/recipe/Ingredient;ofItems([Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/recipe/Ingredient;
-
ofStacks
- Mappings:
Namespace Name Mixin selector official aLbqk;a([Lbnv;)Lbqk;intermediary method_8101Lnet/minecraft/class_1856;method_8101([Lnet/minecraft/class_1799;)Lnet/minecraft/class_1856;named ofStacksLnet/minecraft/recipe/Ingredient;ofStacks([Lnet/minecraft/item/ItemStack;)Lnet/minecraft/recipe/Ingredient;
-
ofStacks
- Mappings:
Namespace Name Mixin selector official aLbqk;a(Ljava/util/stream/Stream;)Lbqk;intermediary method_26964Lnet/minecraft/class_1856;method_26964(Ljava/util/stream/Stream;)Lnet/minecraft/class_1856;named ofStacksLnet/minecraft/recipe/Ingredient;ofStacks(Ljava/util/stream/Stream;)Lnet/minecraft/recipe/Ingredient;
-
fromTag
- Mappings:
Namespace Name Mixin selector official aLbqk;a(Lafc;)Lbqk;intermediary method_8106Lnet/minecraft/class_1856;method_8106(Lnet/minecraft/class_3494;)Lnet/minecraft/class_1856;named fromTagLnet/minecraft/recipe/Ingredient;fromTag(Lnet/minecraft/tag/Tag;)Lnet/minecraft/recipe/Ingredient;
-
fromPacket
- Mappings:
Namespace Name Mixin selector official bLbqk;b(Lnw;)Lbqk;intermediary method_8086Lnet/minecraft/class_1856;method_8086(Lnet/minecraft/class_2540;)Lnet/minecraft/class_1856;named fromPacketLnet/minecraft/recipe/Ingredient;fromPacket(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/Ingredient;
-
fromJson
- Mappings:
Namespace Name Mixin selector official aLbqk;a(Lcom/google/gson/JsonElement;)Lbqk;intermediary method_8102Lnet/minecraft/class_1856;method_8102(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_1856;named fromJsonLnet/minecraft/recipe/Ingredient;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/recipe/Ingredient;
-
entryFromJson
- Mappings:
Namespace Name Mixin selector official aLbqk;a(Lcom/google/gson/JsonObject;)Lbqk$c;intermediary method_8107Lnet/minecraft/class_1856;method_8107(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_1856$class_1859;named entryFromJsonLnet/minecraft/recipe/Ingredient;entryFromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/recipe/Ingredient$Entry;
-