Class ServerLoadEvent


  • @Deprecated
    public class ServerLoadEvent
    extends ServerEvent
    Deprecated.
    draft API
    This event is called when either the server startup or reload has completed.
    • Constructor Detail

      • ServerLoadEvent

        public ServerLoadEvent​(ServerLoadEvent.LoadType type)
        Deprecated.
        Creates a ServerLoadEvent with a given loading type.
        Parameters:
        type - the context in which the server was loaded
    • Method Detail

      • getType

        public ServerLoadEvent.LoadType getType()
        Deprecated.
        Gets the context in which the server was loaded.
        Returns:
        the context in which the server was loaded
      • getHandlerList

        public static HandlerList getHandlerList()
        Deprecated.