Interface HTEnchantingRecipe

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.HTRecipePredicate , hiiragi283.core.api.recipe.HTTriRecipeFactory , hiiragi283.core.api.recipe.base.HTRecipePredicates.TripleInput , net.neoforged.neoforge.common.util.TriPredicate

    
    public interface HTEnchantingRecipe
     implements HTRecipePredicates.TripleInput<HTEnchantingRecipe.Input, ItemStack, ItemStack, Int>, HTTriRecipeFactory<ItemStack, ItemStack, Int, ItemStack>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getRequiredExpAmount(ItemStack base, ItemStack addition)
      abstract Integer getRequiredAdditionAmount(ItemStack base, ItemStack addition, Integer expAmount)
      Boolean matches(HTEnchantingRecipe.Input input)
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTRecipePredicates.TripleInput

        getRequiredAmount, test
      • Methods inherited from class net.neoforged.neoforge.common.util.TriPredicate

        and, negate, or
      • Methods inherited from class hiiragi283.core.api.recipe.HTTriRecipeFactory

        assemble
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait