Class IngredientUtil
java.lang.Object
com.blamejared.crafttweaker.api.util.IngredientUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanConflict(net.minecraft.world.item.crafting.Ingredient a, net.minecraft.world.item.crafting.Ingredient b) static booleandoIngredientsConflict(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)
-
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
-