Package forestry.api.recipes
Interface IHygroregulatorRecipe
- All Superinterfaces:
IForestryRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
Method Summary
Modifier and TypeMethodDescriptionbytenet.minecraftforge.fluids.FluidStackintbyteMethods inherited from interface forestry.api.recipes.IForestryRecipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getSerializer, getToastSymbol, getType, isSpecial, matchesMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getResultItem, isIncomplete, showNotification
-
Method Details
-
getInputFluid
net.minecraftforge.fluids.FluidStack getInputFluid()- Returns:
- FluidStack containing information on fluid and amount.
-
getRetainTime
int getRetainTime()- Returns:
- How long the temperature change from this recipe will last before more fluid is consumed.
-
getHumiditySteps
byte getHumiditySteps()- Returns:
- The humidity change that this recipe causes in one work cycle.
-
getTemperatureSteps
byte getTemperatureSteps()- Returns:
- The temperature change that this recipe causes in one work cycle.
-