mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-06 00:37:57 +00:00
[FEATURE] Added addFriend and deleteFriend
This commit is contained in:
@@ -30,12 +30,8 @@ public interface Client {
|
||||
|
||||
int getBackDialogId();
|
||||
|
||||
int getInputDialogState();
|
||||
|
||||
int getPlane();
|
||||
|
||||
long[] getFriendsListAsLong();
|
||||
|
||||
int[] getMenuActionId();
|
||||
|
||||
int[] getMenuAction1();
|
||||
@@ -64,4 +60,12 @@ public interface Client {
|
||||
int[] getSettings();
|
||||
|
||||
boolean isLoggedIn();
|
||||
|
||||
int getInputDialogState();
|
||||
|
||||
long[] getFriendsListAsLong();
|
||||
|
||||
void addFriend(long id);
|
||||
|
||||
void deleteFriend(long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user