Class HCSingleItemRecipe

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.HTRecipe , net.minecraft.world.item.crafting.Recipe

    
    public abstract class HCSingleItemRecipe<INPUT extends RecipeInput>
     implements HTRecipe<INPUT>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final HTItemIngredient getIngredient()
      final HTItemResult getResult()
      final ItemStack getResultItem(HolderLookup.Provider registries)
      • Methods inherited from class hiiragi283.core.common.recipe.HCSingleItemRecipe

        getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial
      • Methods inherited from class hiiragi283.core.api.recipe.HTRecipe

        assemble, canCraftInDimensions, getIngredients, getRemainingItems, isSpecial
      • Methods inherited from class net.minecraft.world.item.crafting.Recipe

        matches, showNotification
      • Methods inherited from class java.lang.Object

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