类 BellResonateEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BellResonateEvent
Called when a bell resonated after being rung and highlights nearby raiders.
A bell will only resonate if raiders are in the vicinity of the bell.
-
嵌套类概要
从类继承的嵌套类/接口 org.bukkit.event.Event
Event.Result
-
字段概要
从类继承的字段 org.bukkit.event.block.BlockEvent
block
-
构造器概要
-
方法概要
修饰符和类型方法说明static @NotNull HandlerList
Get a mutable list of allLivingEntities
to be highlighted by the bell's resonating.从类继承的方法 org.bukkit.event.block.BlockEvent
getBlock
从类继承的方法 org.bukkit.event.Event
getEventName, isAsynchronous
-
构造器详细资料
-
BellResonateEvent
-
-
方法详细资料
-
getResonatedEntities
Get a mutable list of allLivingEntities
to be highlighted by the bell's resonating. This list can be added to or removed from to change which entities are highlighted, and may be empty if no entities were resonated as a result of this event.While the highlighted entities will change, the particles that display over a resonated entity and their colors will not. This is handled by the client and cannot be controlled by the server.
- 返回:
- a list of resonated entities
-
getHandlers
- 指定者:
getHandlers
在类中Event
-
getHandlerList
-