Interface ServerChangeIconEvent

    • Method Detail

      • getOldIcon

        java.util.Optional<Icon> getOldIcon()
        Gets the old icon of the server.
        Returns:
        The old icon of the server.
      • getNewIcon

        java.util.Optional<Icon> getNewIcon()
        Gets the new icon of the server.
        Returns:
        The new icon of the server.