mixins: RSFriendSystem ignore add/remove

This commit is contained in:
JumpIfZero
2022-02-12 17:31:40 +02:00
parent 0e9466c6d7
commit f731c35998
3 changed files with 32 additions and 0 deletions

View File

@@ -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();