Uses of Class
net.neoforged.neoforge.common.crafting.NBTIngredient
Packages that use NBTIngredient
-
Uses of NBTIngredient in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type NBTIngredientModifier and TypeFieldDescriptionstatic final DeferredHolder<IngredientType<?>,IngredientType<NBTIngredient>> NeoForgeMod.NBT_INGREDIENT_TYPE -
Uses of NBTIngredient in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting with type parameters of type NBTIngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NBTIngredient>NBTIngredient.CODECstatic final com.mojang.serialization.Codec<NBTIngredient>NBTIngredient.CODEC_NONEMPTYMethods in net.neoforged.neoforge.common.crafting that return NBTIngredientModifier and TypeMethodDescriptionstatic NBTIngredientNBTIngredient.of(boolean strict, CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic NBTIngredientCreates a new ingredient matching the given item, containing the given NBT