Interface CraftTweakerVanillaIngredient

All Known Implementing Classes:
IngredientAny, IngredientCraftTweaker, IngredientIItemStack, IngredientList

public interface CraftTweakerVanillaIngredient
  • Method Details

    • test

      boolean test(@Nullable @Nullable net.minecraft.world.item.ItemStack stack)
    • getMatchingStacks

      List<net.minecraft.world.item.ItemStack> getMatchingStacks()
    • requiresTesting

      boolean requiresTesting()
    • isEmpty

      boolean isEmpty()
    • serializer

    • values

      default Stream<net.minecraft.world.item.crafting.Ingredient.Value> values()
    • singleton

      default boolean singleton()