Class HTAlloyingRecipe

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

    
    public final class HTAlloyingRecipe
    extends HTCombiningRecipe
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HTAlloyingRecipe(List<HTItemIngredient> ingredients, HTItemResult result, Integer time)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<HTItemIngredient> getIngredients()
      final HTItemResult getResult()
      final Integer getTime()
      RecipeSerializer<?> getSerializer()
      RecipeType<?> getType()
      • Methods inherited from class hiiragi283.ragium.impl.recipe.HTCombiningRecipe

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

        getSerializer, getType
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • 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.lang.Object

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