Class FreezingRecipe.Params

java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams
com.lightning.northstar.block.tech.ice_box.FreezingRecipe.Params
Enclosing class:
FreezingRecipe

public static class FreezingRecipe.Params extends com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     

    Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipeBuilder.ProcessingRecipeParams

    fluidIngredients, fluidResults, id, ingredients, keepHeldItem, processingDuration, requiredHeat, results
  • Constructor Summary

    Constructors
    Constructor
    Description
    Params(net.minecraft.resources.ResourceLocation id)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • minTemperature

      protected int minTemperature
    • maxTemperature

      protected int maxTemperature
  • Constructor Details

    • Params

      public Params(net.minecraft.resources.ResourceLocation id)