Class IngredientUtil

java.lang.Object
com.blamejared.crafttweaker.api.util.IngredientUtil

public final class IngredientUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    canConflict(net.minecraft.world.item.crafting.Ingredient a, net.minecraft.world.item.crafting.Ingredient b)
     
    static boolean
    doIngredientsConflict(List<net.minecraft.world.item.crafting.Ingredient> first, List<net.minecraft.world.item.crafting.Ingredient> second)
     
    static List<net.minecraft.world.item.ItemStack>
    findIntersection(net.minecraft.world.item.crafting.Ingredient a, net.minecraft.world.item.crafting.Ingredient b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IngredientUtil

      public IngredientUtil()
  • Method Details

    • canConflict

      public static boolean canConflict(net.minecraft.world.item.crafting.Ingredient a, net.minecraft.world.item.crafting.Ingredient b)
    • findIntersection

      public static List<net.minecraft.world.item.ItemStack> findIntersection(net.minecraft.world.item.crafting.Ingredient a, net.minecraft.world.item.crafting.Ingredient b)
    • doIngredientsConflict

      public static boolean doIngredientsConflict(List<net.minecraft.world.item.crafting.Ingredient> first, List<net.minecraft.world.item.crafting.Ingredient> second)