Class CraftingTableRecipeConflictChecker

java.lang.Object
com.blamejared.crafttweaker.api.recipe.handler.helper.CraftingTableRecipeConflictChecker

public final class CraftingTableRecipeConflictChecker extends Object
  • Constructor Details

    • CraftingTableRecipeConflictChecker

      public CraftingTableRecipeConflictChecker()
  • Method Details

    • checkConflicts

      public static boolean checkConflicts(IRecipeManager<?> manager, net.minecraft.world.item.crafting.Recipe<?> first, net.minecraft.world.item.crafting.Recipe<?> second)