Package forestry.api.recipes
Interface IMoistenerRecipe
- All Superinterfaces:
IForestryRecipe,net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.crafting.IngredientgetInput()net.minecraft.world.item.ItemStackintMoistener runs at 1 - 4 time ticks per ingame tick depending on light level.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
-
Method Details
-
getTimePerItem
int getTimePerItem()Moistener runs at 1 - 4 time ticks per ingame tick depending on light level. For mycelium this value is currently 5000.- Returns:
- moistener ticks to process one item.
-
getInput
net.minecraft.world.item.crafting.Ingredient getInput()- Returns:
- Item required in resource stack. Will be reduced by one per produced item.
-
getProduct
net.minecraft.world.item.ItemStack getProduct()- Returns:
- Item to produce per resource processed.
-