interfacestyles: add support for menu alpha

This commit is contained in:
dekvall
2020-04-30 06:25:31 +02:00
committed by Adam
parent ac244c1425
commit 6a63968ff5
3 changed files with 33 additions and 2 deletions

View File

@@ -1706,7 +1706,19 @@ public interface Client extends GameEngine
EnumComposition getEnum(int id);
void draw2010Menu();
/**
* Draws a menu in the 2010 interface style.
*
* @param alpha background transparency of the menu
*/
void draw2010Menu(int alpha);
/**
* Draws a menu in the OSRS interface style.
*
* @param alpha background transparency of the menu
*/
void drawOriginalMenu(int alpha);
void resetHealthBarCaches();