Class ServerEventImpl

    • Field Summary

      • Fields inherited from class org.javacord.core.event.EventImpl

        api
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerEventImpl​(Server server)
      Creates a new server event.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Server getServer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.javacord.api.event.Event

        getApi
    • Constructor Detail

      • ServerEventImpl

        public ServerEventImpl​(Server server)
        Creates a new server event.
        Parameters:
        server - The server of the event.