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