WorldEvent
WorldEvent
继承关系
类描述
Represents events within a world
代表与世界有关的事件。
译注:该事件未实现
getHandlers()
和getHandlerList()
方法,无法直接监听。
方法列表
getWorld
方法声明: public World getWorld()
方法签名: ()Lorg/bukkit/World;
Gets the world primarily involved with this event
@return World which caused this event
该方法用于获取涉事世界。
@return 涉事世界。
Last updated