类 FurnaceStartSmeltEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.InventoryBlockStartEvent
org.bukkit.event.inventory.FurnaceStartSmeltEvent
Called when a Furnace starts smelting.
-
嵌套类概要
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
字段概要
从类继承的字段 org.bukkit.event.block.BlockEvent
block
-
构造器概要
构造器说明FurnaceStartSmeltEvent
(@NotNull Block furnace, @NotNull ItemStack source, @NotNull CookingRecipe<?> recipe) -
方法概要
修饰符和类型方法说明static @NotNull HandlerList
Gets the FurnaceRecipe associated with this eventint
Gets the total cook time associated with this eventvoid
setTotalCookTime
(int cookTime) Sets the total cook time for this event从类继承的方法 org.bukkit.event.block.InventoryBlockStartEvent
getSource
从类继承的方法 org.bukkit.event.block.BlockEvent
getBlock
从类继承的方法 org.bukkit.event.Event
getEventName, isAsynchronous
-
构造器详细资料
-
FurnaceStartSmeltEvent
-
-
方法详细资料
-
getRecipe
Gets the FurnaceRecipe associated with this event- 返回:
- the FurnaceRecipe being cooked
-
getTotalCookTime
public int getTotalCookTime()Gets the total cook time associated with this event- 返回:
- the total cook time
-
setTotalCookTime
public void setTotalCookTime(int cookTime) Sets the total cook time for this event- 参数:
cookTime
- the new total cook time
-
getHandlers
- 覆盖:
getHandlers
在类中InventoryBlockStartEvent
-
getHandlerList
-