Kyleeld patch 1 (#151)
* safespot * Update Player.java int getRsOverheadIcon(); * FreezeTimers FreezeTimers * various updates (#150) updates to pvp tools, wilderness locations & location chatter * Update WildernessLocation.java * Update Client.java void toggleRenderSelf(); * Update RSClient.java * Update Player.java remove change
This commit is contained in:
@@ -1611,6 +1611,8 @@ public interface Client extends GameEngine
|
||||
void draw2010Menu();
|
||||
|
||||
NodeCache getHealthBarCache();
|
||||
|
||||
void toggleRenderSelf();
|
||||
|
||||
void invokeMenuAction(int var1, int var2, int var3, int var4, String var5, String var6, int var7, int var8);
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ public interface Player extends Actor
|
||||
* @return the overhead icon
|
||||
*/
|
||||
HeadIcon getOverheadIcon();
|
||||
|
||||
|
||||
/**
|
||||
* Gets the displayed skull icon of the player.
|
||||
* Only works on the local player.
|
||||
|
||||
Reference in New Issue
Block a user