Package forestry.api.recipes
Interface IStillRecipe
- All Superinterfaces:
IForestryRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
Method Summary
Methods 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
-
getCyclesPerUnit
int getCyclesPerUnit()- Returns:
- Amount of work cycles required to run through the conversion once.
-
getInput
net.minecraftforge.fluids.FluidStack getInput()- Returns:
- FluidStack representing the input liquid.
-
getOutput
net.minecraftforge.fluids.FluidStack getOutput()- Returns:
- FluidStack representing the output liquid.
-
matches
boolean matches(net.minecraftforge.fluids.FluidStack input)
-