Object HCEternalSmithingRecipe

  • All Implemented Interfaces:
    net.minecraft.world.item.crafting.Recipe , net.minecraft.world.item.crafting.SmithingRecipe

    
    public class HCEternalSmithingRecipe
     implements SmithingRecipe
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isTemplateIngredient(ItemStack stack)
      Boolean isBaseIngredient(ItemStack stack)
      Boolean isAdditionIngredient(ItemStack stack)
      Boolean matches(SmithingRecipeInput input, Level level)
      ItemStack assemble(SmithingRecipeInput input, HolderLookup.Provider registries)
      ItemStack getResultItem(HolderLookup.Provider registries)
      Boolean isSpecial()
      RecipeSerializer<?> getSerializer()
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        canCraftInDimensions, getRemainingItems, showNotification
      • Methods inherited from class net.minecraft.world.item.crafting.SmithingRecipe

        getGroup, getIngredients, getToastSymbol, getType, isIncomplete
      • Methods inherited from class hiiragi283.core.common.crafting.HCEternalSmithingRecipe

        getSerializer, isSpecial
      • Methods inherited from class java.lang.Object

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