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.
  • Constructor Details

    • MVConfigReloadEvent

      public MVConfigReloadEvent(List<String> configsLoaded)
  • Method Details

    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.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

      public void addConfig(String config)
      Adds a config to this event.
      Parameters:
      config - The config to add.
    • getAllConfigsLoaded

      public List<String> getAllConfigsLoaded()
      Gets all loaded configs.
      Returns:
      A list of all loaded configs.