Uses of Class
net.minecraftforge.common.crafting.PartialNBTIngredient
-
Uses of PartialNBTIngredient in net.minecraftforge.common.crafting
Modifier 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) Modifier and TypeMethodDescriptionvoid
PartialNBTIngredient.Serializer.write
(FriendlyByteBuf buffer, PartialNBTIngredient ingredient)