Class HTProcessingRecipe

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

    
    public abstract class HTProcessingRecipe<INPUT extends RecipeInput>
     implements HTRecipe<INPUT>
                        

    処理時間と獲得経験値を保持するHTRecipeの拡張クラスです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • 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 Integer getTime()
      final Fraction getExp()
      • Methods inherited from class hiiragi283.core.api.recipe.HTProcessingRecipe

        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

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTProcessingRecipe

        HTProcessingRecipe(Integer time, Fraction exp)
        Parameters:
        time - レシピの処理時間
        exp - レシピの実行時にもらえる経験値量