Class HTCustomEnchantingRecipe

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

    
    public final class HTCustomEnchantingRecipe
    extends HTBasicEnchantingRecipe.Serializable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTCustomEnchantingRecipe(HTItemIngredient supportedItems, HTItemIngredient ingredient, ItemEnchantments enchantments)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final HTItemIngredient getSupportedItems()
      final ItemEnchantments getEnchantments()
      Integer getRequiredExpAmount()
      final HTItemIngredient getIngredient()
      ItemStack applyEnchantment(ItemStack stack)
      RecipeSerializer<?> getSerializer()
      • Methods inherited from class hiiragi283.ragium.api.recipe.base.HTEnchantingRecipe.Serializable

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

        getSerializer
      • Methods inherited from class hiiragi283.ragium.impl.recipe.HTBasicEnchantingRecipe.Serializable

        getType, getType
      • Methods inherited from class hiiragi283.ragium.impl.recipe.HTBasicEnchantingRecipe

        assemble, getRequiredAdditionAmount, getRequiredExpAmount, test
      • Methods inherited from class hiiragi283.core.api.recipe.base.HTSerializableRecipe

        assemble, canCraftInDimensions, getIngredients, getRemainingItems, getResultItem, isSpecial, matches
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        showNotification
      • Methods inherited from class java.lang.Object

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