mixins: RSFriendSystem ignore add/remove
This commit is contained in:
@@ -2130,6 +2130,16 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
void removeFriend(String name);
|
||||
|
||||
/**
|
||||
* Add player to ignorelist
|
||||
*/
|
||||
void addIgnore(String name);
|
||||
|
||||
/**
|
||||
* Remove player from ignorelist
|
||||
*/
|
||||
void removeIgnore(String name);
|
||||
|
||||
void setModulus(BigInteger modulus);
|
||||
|
||||
BigInteger getModulus();
|
||||
|
||||
Reference in New Issue
Block a user