Class ServerLoadEvent


public class ServerLoadEvent extends ServerEvent
This event is called when either the server startup or reload has completed.
  • Constructor Details

  • Method Details

    • getType

      @NotNull public @NotNull ServerLoadEvent.LoadType getType()
      Gets the context in which the server was loaded.
      Returns:
      the context in which the server was loaded
    • getHandlers

      @NotNull public @NotNull HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      @NotNull public static @NotNull HandlerList getHandlerList()