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:
swazrgb
2021-06-06 06:40:05 +02:00
committed by SwazRGB
parent 405ab68bf5
commit 904fcd253f
2 changed files with 27 additions and 0 deletions

View File

@@ -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>