runelite-api: add Preferences::getHideUsername()

This commit is contained in:
Max Weber
2021-01-10 18:22:18 -07:00
committed by Adam
parent 359b909d8e
commit 58d53d1a62

View File

@@ -66,4 +66,9 @@ public interface Preferences
* @param volume 0-127 inclusive
*/
void setAreaSoundEffectVolume(int volume);
/**
* Gets if the login name should be replaced with asterisks
*/
boolean getHideUsername();
}