Interface ItemIngredientValue

All Superinterfaces:
IngredientValue<net.minecraft.world.item.ItemStack>, Predicate<net.minecraft.world.item.ItemStack>
All Known Implementing Classes:
ItemEmptyValue, ItemMultiStackValue, ItemStackValue, ItemTagValue, ItemVanillaValue

public interface ItemIngredientValue extends IngredientValue<net.minecraft.world.item.ItemStack>
  • Method Details

    • asIngredient

      net.minecraft.world.item.crafting.Ingredient asIngredient()