Package org.bukkit.event.inventory
Class FurnaceStartSmeltEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.inventory.FurnaceStartSmeltEvent
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.block.BlockEventblock
- 
Constructor SummaryConstructorsConstructorDescriptionFurnaceStartSmeltEvent(Block furnace, ItemStack source, CookingRecipe<?> recipe) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListGets the FurnaceRecipe associated with this eventGets the source ItemStack for this eventintGets the total cook time associated with this eventvoidsetTotalCookTime(int cookTime) Sets the total cook time for this eventMethods inherited from class org.bukkit.event.block.BlockEventgetBlockMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
FurnaceStartSmeltEvent
 
- 
- 
Method Details- 
getSourceGets the source ItemStack for this event- Returns:
- the source ItemStack
 
- 
getRecipeGets the FurnaceRecipe associated with this event- Returns:
- the FurnaceRecipe being cooked
 
- 
getTotalCookTimepublic int getTotalCookTime()Gets the total cook time associated with this event- Returns:
- the total cook time
 
- 
setTotalCookTimepublic void setTotalCookTime(int cookTime) Sets the total cook time for this event- Parameters:
- cookTime- the new total cook time
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-