mixins: Add setMinimapReceivesClicks
Lets plugins disable the implementation of checkIfMinimapClicked This is useful for plugins that add custom menu entries, which otherwise would trigger in addition to a minimap click
This commit is contained in:
@@ -1404,6 +1404,8 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
SpritePixels drawInstanceMap(int z);
|
||||
|
||||
void setMinimapReceivesClicks(boolean minimapReceivesClicks);
|
||||
|
||||
/**
|
||||
* Executes a client script from the cache
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user