mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
[BUGFIX] Added Interface#getLongStackSizes
This commit is contained in:
@@ -6,6 +6,13 @@ public interface Interface {
|
||||
|
||||
public int[] getStackSizes();
|
||||
|
||||
/**
|
||||
* This is meant for the clients that have a long value as their stacksizes, simply because they have no logic...
|
||||
*
|
||||
* @return long version of #getStackSizes
|
||||
*/
|
||||
public long[] getLongStackSizes();
|
||||
|
||||
public String getMessage();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user