Class NpcsLoadedEvent
java.lang.Object
org.bukkit.event.Event
de.oliver.fancynpcs.api.events.NpcsLoadedEvent
@Experimental
public class NpcsLoadedEvent
extends org.bukkit.event.Event
Is fired when all NPCs are loaded.
Will be removed, once the npc loading is coupled with the loading of worlds! Be aware of that!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
NpcsLoadedEvent
public NpcsLoadedEvent()
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-