Class ProxyReloadEvent

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

public class ProxyReloadEvent extends Object
This event is fired when the proxy is reloaded by the user using /velocity reload.
  • Constructor Details

    • ProxyReloadEvent

      public ProxyReloadEvent()
      Creates a new ProxyReloadEvent.
  • Method Details

    • toString

      public String toString()
      Returns a string representation of this ProxyReloadEvent.

      As this event has no fields, the output is a fixed string identifier.

      Overrides:
      toString in class Object
      Returns:
      the string "ProxyReloadEvent"