Uses of Class
net.minecraftforge.common.crafting.ingredients.PartialNBTIngredient
-
Uses of PartialNBTIngredient in net.minecraftforge.common.crafting.ingredients
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PartialNBTIngredient>
PartialNBTIngredient.CODEC
static final IIngredientSerializer<PartialNBTIngredient>
PartialNBTIngredient.SERIALIZER
Modifier and TypeMethodDescriptionPartialNBTIngredient.Builder.build()
static PartialNBTIngredient
PartialNBTIngredient.of
(CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic PartialNBTIngredient
PartialNBTIngredient.of
(ItemLike item, CompoundTag nbt) Creates a new ingredient matching the given item, containing the given NBT