Interface HTEnchantingRecipe

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.HTRecipe , hiiragi283.core.api.recipe.base.HTSerializableRecipe , java.util.function.Predicate , net.minecraft.world.item.crafting.Recipe

    
    public interface HTEnchantingRecipe
     implements HTSerializableRecipe<HTEnchantingRecipe.Input>
                        
    • 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
      Boolean test(HTEnchantingRecipe.Input input)
      abstract Boolean testBook(ItemStack stack)
      abstract Boolean testItem(ItemStack stack)
      abstract Integer getRequiredExpAmount(HTEnchantingRecipe.Input input)
      abstract Integer getRequiredItemAmount(HTEnchantingRecipe.Input input)
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches
      • Methods inherited from class hiiragi283.core.api.recipe.HTRecipe

        assemble
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        showNotification
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • Methods inherited from class hiiragi283.ragium.api.recipe.base.HTEnchantingRecipe

        getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial
      • Methods inherited from class java.lang.Object

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