runelite-mixins: add hd minimap toggle

This commit is contained in:
Dennis
2020-01-02 19:19:48 +01:00
committed by Lucwousin
parent 4915fd627b
commit 7f362afe63
2 changed files with 21 additions and 0 deletions
@@ -1665,6 +1665,10 @@ public interface Client extends GameShell
*/
void setInventoryDragDelay(int delay);
boolean isHdMinimapEnabled();
void setHdMinimapEnabled(boolean enabled);
/**
* Gets a set of current world types that apply to the logged in world.
*