Update Client API 1.1.0

Brings flexo into client api.
-This is because all current plugins are compatible with the newest flexo api, so backwards compat may not be as necessary as I believed, and it causes a lot of extra work needed to be done when updating..

Flexo
-Adds pauseMS
-Adds typeMessage
-Adds holdKey
-Adds holdKeyIndefinitely
-Cleans up a lot of unused code.

Flexo hosting on the maven repo will cease after next bootstrap update.
This commit is contained in:
zeruth
2019-05-07 03:09:49 -04:00
parent 2e37ffd193
commit 7d2e0af6c1
3 changed files with 463 additions and 5 deletions

View File

@@ -51,11 +51,6 @@
</repositories>
<dependencies>
<dependency>
<groupId>net.runelit</groupId>
<artifactId>flexo</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>