Class ProxyShutdownEvent

java.lang.Object
com.velocitypowered.api.event.proxy.ProxyShutdownEvent

@AwaitingEvent public final class ProxyShutdownEvent extends Object
This event is fired by the proxy after the proxy has stopped accepting connections but before the proxy process exits. Velocity will wait for this event to finish firing before it exits.
  • Constructor Details

    • ProxyShutdownEvent

      public ProxyShutdownEvent()
  • Method Details