Class MVConfigReloadEvent


  • public 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 
      Constructor Description
      MVConfigReloadEvent​(java.util.List<java.lang.String> configsLoaded)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConfig​(java.lang.String config)
      Adds a config to this event.
      java.util.List<java.lang.String> getAllConfigsLoaded()
      Gets all loaded configs.
      static org.bukkit.event.HandlerList getHandlerList()
      Gets the handler list.
      org.bukkit.event.HandlerList getHandlers()
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MVConfigReloadEvent

        public MVConfigReloadEvent​(java.util.List<java.lang.String> configsLoaded)
    • Method Detail

      • getHandlers

        public 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​(java.lang.String config)
        Adds a config to this event.
        Parameters:
        config - The config to add.
      • getAllConfigsLoaded

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