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 PartialNBTIngredientPartialNBTIngredient.of(CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic PartialNBTIngredientPartialNBTIngredient.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 TypeMethodDescriptionvoidPartialNBTIngredient.Serializer.write(FriendlyByteBuf buffer, PartialNBTIngredient ingredient)