类 EntityCombustByBlockEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.entity.EntityEvent
org.bukkit.event.entity.EntityCombustEvent
org.bukkit.event.entity.EntityCombustByBlockEvent
- 所有已实现的接口:
Cancellable
当方块造成实体燃烧时触发该事件.
原文
Called when a block causes an entity to combust.
-
嵌套类概要
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
字段概要
从类继承的字段 org.bukkit.event.entity.EntityEvent
entity
-
构造器概要
构造器说明EntityCombustByBlockEvent
(@Nullable Block combuster, @NotNull Entity combustee, float duration) EntityCombustByBlockEvent
(@Nullable Block combuster, @NotNull Entity combustee, int duration) 已过时。 -
方法概要
从类继承的方法 org.bukkit.event.entity.EntityCombustEvent
getDuration, getHandlerList, getHandlers, isCancelled, setCancelled, setDuration, setDuration
从类继承的方法 org.bukkit.event.entity.EntityEvent
getEntity, getEntityType
从类继承的方法 org.bukkit.event.Event
getEventName, isAsynchronous
-
构造器详细资料
-
方法详细资料
-
getCombuster
造成燃烧的可以是岩浆或者一个着火的方块.警告: 这个方块可能为null.
- 返回:
- 使实体燃烧的方块
原文:
The combuster can be lava or a block that is on fire.
WARNING: block may be null.
-