Class HTHolderEnchantingRecipe

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

    
    public final class HTHolderEnchantingRecipe
     implements HTEnchantingRecipe
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTHolderEnchantingRecipe(HTItemIngredient ingredient, Holder<Enchantment> holder)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final HTItemIngredient getIngredient()
      final Holder<Enchantment> getHolder()
      final Integer getRequiredExpAmount()
      Boolean testBook(ItemStack stack)
      Boolean testItem(ItemStack stack)
      Integer getRequiredExpAmount(HTEnchantingRecipe.Input input)
      Integer getRequiredItemAmount(HTEnchantingRecipe.Input input)
      ItemStack assemble(HTEnchantingRecipe.Input input, HolderLookup.Provider registries)
      RecipeSerializer<?> getSerializer()
      RecipeType<?> getType()
      • Methods inherited from class hiiragi283.ragium.api.recipe.base.HTEnchantingRecipe

        getGroup, getIngredients, getToastSymbol, isIncomplete, isSpecial, test
      • Methods inherited from class hiiragi283.ragium.common.recipe.HTHolderEnchantingRecipe

        getSerializer, getType
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches
      • 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 java.lang.Object

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