Class ConfigurationLoadEvent

java.lang.Object
com.sk89q.worldedit.event.Event
com.sk89q.worldedit.event.platform.ConfigurationLoadEvent

public class ConfigurationLoadEvent extends Event
Raised when the configuration has been loaded or re-loaded.
  • Constructor Details

    • ConfigurationLoadEvent

      public ConfigurationLoadEvent(LocalConfiguration configuration)
      Create a new instance.
      Parameters:
      configuration - the new configuration
  • Method Details

    • getConfiguration

      public LocalConfiguration getConfiguration()
      Get the configuration.
      Returns:
      the configuration