Class MVConfigReloadEvent
java.lang.Object
org.bukkit.event.Event
org.mvplugins.multiverse.core.event.MVConfigReloadEvent
public final class MVConfigReloadEvent
extends org.bukkit.event.Event
Called when the Multiverse-config should be reloaded.
-
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 TypeMethodDescriptionvoidAdds a config to this event.Gets all loaded configs.static org.bukkit.event.HandlerListGets the handler list.@NotNull org.bukkit.event.HandlerListMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
MVConfigReloadEvent
-
-
Method Details
-
getHandlers
@NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()Gets the handler list. This is required by the event system.- Returns:
- A list of HANDLERS.
-
addConfig
Adds a config to this event.- Parameters:
config- The config to add.
-
getAllConfigsLoaded
Gets all loaded configs.- Returns:
- A list of all loaded configs.
-