类 CampfireStartEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.InventoryBlockStartEvent
org.bukkit.event.block.CampfireStartEvent
Called when a Campfire starts to cook.
-
嵌套类概要
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result -
字段概要
从类继承的字段 org.bukkit.event.block.BlockEvent
block -
构造器概要
构造器构造器说明CampfireStartEvent(@NotNull Block furnace, @NotNull ItemStack source, @NotNull CampfireRecipe recipe) -
方法概要
修饰符和类型方法说明static @NotNull HandlerListGets the CampfireRecipe associated with this event.intGets the total cook time associated with this event.voidsetTotalCookTime(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
-
构造器详细资料
-
CampfireStartEvent
-
-
方法详细资料
-
getRecipe
Gets the CampfireRecipe associated with this event.- 返回:
- the CampfireRecipe 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
-