Package pers.neige.neigeitems.event
Class MobInfoReloadedEvent
-
- All Implemented Interfaces:
public final class MobInfoReloadedEvent extends BasicEvent
MM怪物信息重载完毕事件, /mm reload后一段时间触发.
-
-
Constructor Summary
Constructors Constructor Description MobInfoReloadedEvent()
-
Method Summary
Modifier and Type Method Description HandlerList
getHandlers()
static HandlerList
getHandlerList()
-
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
Methods inherited from class pers.neige.neigeitems.event.BasicEvent
call
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getHandlers
@NonNull() HandlerList getHandlers()
-
getHandlerList
@NonNull() static HandlerList getHandlerList()
-
-
-
-