net.minecraft.world.item.crafting

public final class Ingredient

implements Predicate<ItemStack>

ciz
net.minecraft.world.item.crafting.Ingredient
net.minecraft.class_1856
net.minecraft.recipe.Ingredient
net.minecraft.src.C_1462_
net.minecraft.world.item.crafting.RecipeItemStack

Field summary

Modifier and TypeField
public static final Ingredient
a
EMPTY
field_9017
EMPTY
f_43901_
private final Ingredient$Value[]
b
values
field_9019
entries
f_43902_
private ItemStack[]
c
itemStacks
field_9018
matchingStacks
f_43903_
private it.unimi.dsi.fastutil.ints.IntList
d
stackingIds
field_9016
ids
f_43904_

Constructor summary

ModifierConstructor
private (Stream<? extends Ingredient$Value> entries)

Method summary

Modifier and TypeMethod
public ItemStack[]
a()
getItems()
method_8105()
getMatchingStacks()
m_43908_()
public boolean
a(cfz arg0)
test(ItemStack arg0)
method_8093(class_1799 arg0)
test(ItemStack arg0)
test(C_1391_ arg0)
public it.unimi.dsi.fastutil.ints.IntList
b()
getStackingIds()
method_8100()
getMatchingItemIds()
m_43931_()
public void
a(sf arg0)
toNetwork(FriendlyByteBuf arg0)
method_8088(class_2540 arg0)
write(PacketByteBuf buf)
m_43923_(C_4983_ arg0)
public com.google.gson.JsonElement
c()
toJson()
method_8089()
toJson()
m_43942_()
public boolean
d()
isEmpty()
method_8103()
isEmpty()
m_43947_()
private static Ingredient
b(Stream<? extends ciz$c> arg0)
fromValues(Stream<? extends Ingredient$Value> arg0)
method_8092(Stream<? extends class_1856$class_1859> arg0)
ofEntries(Stream<? extends Ingredient$Entry> entries)
m_43938_(Stream<? extends C_1462_$C_1466_> p_43939_)
public static Ingredient
e()
of()
method_35226()
empty()
m_151265_()
public static Ingredient
a(cml... arg0)
of(ItemLike... arg0)
method_8091(class_1935... arg0)
ofItems(ItemConvertible... items)
m_43929_(C_1595_... p_43930_)
public static Ingredient
a(cfz... arg0)
of(ItemStack... arg0)
method_8101(class_1799... arg0)
ofStacks(ItemStack... stacks)
m_43927_(C_1391_... p_43928_)
public static Ingredient
a(Stream<cfz> arg0)
of(Stream<ItemStack> arg0)
method_26964(Stream<class_1799> arg0)
ofStacks(Stream<ItemStack> stacks)
m_43921_(Stream<C_1391_> p_43922_)
public static Ingredient
a(anl<cfu> arg0)
of(TagKey<Item> arg0)
method_8106(class_6862<class_1792> arg0)
fromTag(TagKey<Item> tag)
m_204132_(C_203208_<C_1381_> p_204133_)
public static Ingredient
b(sf arg0)
fromNetwork(FriendlyByteBuf arg0)
method_8086(class_2540 arg0)
fromPacket(PacketByteBuf buf)
m_43940_(C_4983_ p_43941_)
public static Ingredient
a(com.google.gson.JsonElement arg0)
fromJson(com.google.gson.JsonElement arg0)
method_52177(com.google.gson.JsonElement arg0)
fromJson(com.google.gson.JsonElement json)
m_43917_(com.google.gson.JsonElement p_43918_)
public static Ingredient
a(com.google.gson.JsonElement arg0, boolean arg1)
fromJson(com.google.gson.JsonElement arg0, boolean arg1)
method_8102(com.google.gson.JsonElement arg0, boolean arg1)
fromJson(com.google.gson.JsonElement json, boolean allowAir)
m_288218_(com.google.gson.JsonElement p_289022_, boolean p_288974_)
private static Ingredient$Value
a(com.google.gson.JsonObject arg0)
valueFromJson(com.google.gson.JsonObject arg0)
method_8107(com.google.gson.JsonObject arg0)
entryFromJson(com.google.gson.JsonObject json)
m_43919_(com.google.gson.JsonObject p_289797_)