mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[FEATURE] Friends list getter
This commit is contained in:
@@ -34,6 +34,8 @@ public interface Client {
|
||||
|
||||
int getPlane();
|
||||
|
||||
long[] getFriendsListAsLong();
|
||||
|
||||
int[] getMenuActionId();
|
||||
|
||||
int[] getMenuAction1();
|
||||
|
||||
@@ -77,6 +77,15 @@ public class Game {
|
||||
return Loader.getClient().getPlane();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the friends list long values
|
||||
*
|
||||
* @return long values of friends list
|
||||
*/
|
||||
public static long[] getFriendsListAsLong() {
|
||||
return Loader.getClient().getFriendsListAsLong();
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines whether this client has action 4 hooked
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user