pvptools: fix attack/cast hidden options (#986)
* pvptools: fix attack/cast options * menuentryswapper: fix tob/cox hide cast options * menuentryswapper: fix hide cast options in raids * menuentryswapper: add plugin dependency * pvptools: add pvp world/wilderness check * menuentryswapper: fix hiding cast when enabling config setting * menuentryswapper: fix checkstyle
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user