mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-05 00:37:51 +00:00
[FEATURE] Added dialog input && Set amount
This commit is contained in:
@@ -20,6 +20,8 @@ public interface Client {
|
||||
|
||||
void setInterface(int id);
|
||||
|
||||
void setAmountOrNameInput(int amount);
|
||||
|
||||
int[] getCurrentExp();
|
||||
|
||||
Deque[][][] getGroundItems();
|
||||
@@ -28,6 +30,8 @@ public interface Client {
|
||||
|
||||
int getBackDialogId();
|
||||
|
||||
int getInputDialogState();
|
||||
|
||||
int getPlane();
|
||||
|
||||
int[] getMenuActionId();
|
||||
|
||||
Reference in New Issue
Block a user