Class ServerChangeIconEventImpl

    • Field Summary

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

        api
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerChangeIconEventImpl​(Server server, java.lang.String newIconHash, java.lang.String oldIconHash)
      Creates a new server change icon event.
    • Constructor Detail

      • ServerChangeIconEventImpl

        public ServerChangeIconEventImpl​(Server server,
                                         java.lang.String newIconHash,
                                         java.lang.String oldIconHash)
        Creates a new server change icon event.
        Parameters:
        server - The server of the event.
        newIconHash - The new icon hash of the server.
        oldIconHash - The old icon hash of the server.