net.minecraft.world.item.crafting

public final class Ingredient

implements Predicate<ItemStack>

cmg
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[]
d
values
field_9019
entries
f_43902_
private ItemStack[]
e
itemStacks
field_9018
matchingStacks
f_43903_
private it.unimi.dsi.fastutil.ints.IntList
f
stackingIds
field_9016
ids
f_43904_
public static final com.mojang.serialization.Codec<Ingredient>
b
CODEC
field_46095
ALLOW_EMPTY_CODEC
f_291570_
public static final com.mojang.serialization.Codec<Ingredient>
c
CODEC_NONEMPTY
field_46096
DISALLOW_EMPTY_CODEC
f_290991_

Constructor summary

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

Method summary

Modifier and TypeMethod
public ItemStack[]
a()
getItems()
method_8105()
getMatchingStacks()
m_43908_()
public boolean
a(cjf 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(so arg0)
toNetwork(FriendlyByteBuf arg0)
method_8088(class_2540 arg0)
write(PacketByteBuf buf)
m_43923_(C_4983_ arg0)
public com.google.gson.JsonElement
a(boolean arg0)
toJson(boolean arg0)
method_8089(boolean arg0)
toJson(boolean allowEmpty)
m_43942_(boolean arg0)
public boolean
c()
isEmpty()
method_8103()
isEmpty()
m_43947_()
private static Ingredient
b(Stream<? extends cmg$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
d()
of()
method_35226()
empty()
m_151265_()
public static Ingredient
a(cpu... arg0)
of(ItemLike... arg0)
method_8091(class_1935... arg0)
ofItems(ItemConvertible... items)
m_43929_(C_1595_... p_43930_)
public static Ingredient
a(cjf... arg0)
of(ItemStack... arg0)
method_8101(class_1799... arg0)
ofStacks(ItemStack... stacks)
m_43927_(C_1391_... p_43928_)
public static Ingredient
a(Stream<cjf> 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(aqh<cja> 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(so arg0)
fromNetwork(FriendlyByteBuf arg0)
method_8086(class_2540 arg0)
fromPacket(PacketByteBuf buf)
m_43940_(C_4983_ p_43941_)
private static com.mojang.serialization.Codec<Ingredient>
b(boolean arg0)
codec(boolean arg0)
method_53725(boolean arg0)
createCodec(boolean allowEmpty)
m_294319_(boolean p_298496_)