api: Add support for verbose inventory quantities (#2814)

* -

-

* Add VerboseInventoryQuantitiesMixin with changes.

* Fix checkstyle and add copyright header.

* Remove unused imports

* Checkstyle hotfix

* Checkstyle

* Checkstyle2

* Change Internal name to itemQuantitiesVerbose
This commit is contained in:
ImNoOSRS
2020-09-24 13:41:12 +02:00
committed by GitHub
parent 4668ed6251
commit e5a74473fd
4 changed files with 68 additions and 2 deletions

View File

@@ -1704,6 +1704,13 @@ public interface Client extends GameShell
*/
void setCompass(Sprite Sprite);
/**
* Sets whether inventory quantity is verbose.
*
* @param state verbose state
*/
void setItemQuantitiesVerbose(boolean state);
/**
* Returns widget sprite cache, to be used with {@link Client#getSpriteOverrides()}
*