Uses of Class
net.minecraftforge.common.crafting.PartialNBTIngredient
Packages that use PartialNBTIngredient
-
Uses of PartialNBTIngredient in net.minecraftforge.common.crafting
Methods in net.minecraftforge.common.crafting that return PartialNBTIngredientModifier and TypeMethodDescriptionstatic 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 NBTPartialNBTIngredient.Serializer.parse
(com.google.gson.JsonObject json) PartialNBTIngredient.Serializer.parse
(FriendlyByteBuf buffer) Methods in net.minecraftforge.common.crafting with parameters of type PartialNBTIngredientModifier and TypeMethodDescriptionvoid
PartialNBTIngredient.Serializer.write
(FriendlyByteBuf buffer, PartialNBTIngredient ingredient)