mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
[BUGFIX] Added Interface#getLongStackSizes
This commit is contained in:
@@ -6,6 +6,13 @@ public interface Interface {
|
|||||||
|
|
||||||
public int[] getStackSizes();
|
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();
|
public String getMessage();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user