Merge remote-tracking branch 'upstream/master' into rx

This commit is contained in:
Owain van Brakel
2019-07-16 15:25:41 +02:00
14 changed files with 1185 additions and 306 deletions

View File

@@ -1679,15 +1679,25 @@ public interface Client extends GameShell
boolean isSpellSelected();
/**
* Set whether or not player attack options will be hidden for clanmembers/friends
* Set whether or not player attack options will be hidden for friends
*/
void setHideFriendAttackOptions(boolean yes);
/**
* Set whether or not player cast options will be hidden for clanmembers/friends
* Set whether or not player cast options will be hidden for friends
*/
void setHideFriendCastOptions(boolean yes);
/**
* Set whether or not player attack options will be hidden for clanmates
*/
void setHideClanmateAttackOptions(boolean yes);
/**
* Set whether or not player cast options will be hidden for clanmates
*/
void setHideClanmateCastOptions(boolean yes);
/**
* Set spells excluded from above hiding
*/