java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.crafttweaker.handlers.HeatFrameCooling
All Implemented Interfaces:
com.blamejared.crafttweaker.api.bracket.CommandStringDisplayable, com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatFrameCoolingRecipe>, Iterable<HeatFrameCoolingRecipe>

@ZenRegister public class HeatFrameCooling extends Object implements com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatFrameCoolingRecipe>
  • Field Summary

    Fields inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager

    JSON_RECIPE_GSON
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRecipe(String name, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient inputFluid, com.blamejared.crafttweaker.api.item.IItemStack output, int temperature, float bonusMult, float bonusLimit)
     
    void
    addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient input, com.blamejared.crafttweaker.api.item.IItemStack output, int temperature, float bonusMult, float bonusLimit)
     
    net.minecraft.world.item.crafting.RecipeType<HeatFrameCoolingRecipe>
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager

    addJsonRecipe, fixRecipeName, getAllRecipes, getBracketResourceLocation, getCommandString, getRecipeByName, getRecipeList, getRecipeMap, getRecipes, getRecipesByOutput, iterator, remove, removeAll, removeByInput, removeByModid, removeByName, removeByName, removeByRegex

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • HeatFrameCooling

      public HeatFrameCooling()
  • Method Details

    • addRecipe

      public void addRecipe(String name, com.blamejared.crafttweaker.api.ingredient.IIngredient input, com.blamejared.crafttweaker.api.item.IItemStack output, int temperature, float bonusMult, float bonusLimit)
    • addRecipe

      public void addRecipe(String name, com.blamejared.crafttweaker.api.fluid.CTFluidIngredient inputFluid, com.blamejared.crafttweaker.api.item.IItemStack output, int temperature, float bonusMult, float bonusLimit)
    • getRecipeType

      public net.minecraft.world.item.crafting.RecipeType<HeatFrameCoolingRecipe> getRecipeType()
      Specified by:
      getRecipeType in interface com.blamejared.crafttweaker.api.recipe.manager.base.IRecipeManager<HeatFrameCoolingRecipe>