Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -2036,6 +2036,8 @@ public interface Client extends GameEngine
|
||||
|
||||
void setModulus(BigInteger modulus);
|
||||
|
||||
BigInteger getModulus();
|
||||
|
||||
/**
|
||||
* Returns the max item index + 1 from cache
|
||||
*/
|
||||
|
||||
@@ -1933,6 +1933,13 @@ public abstract class RSClientMixin implements RSClient
|
||||
RSClientMixin.modulus = modulus;
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public BigInteger getModulus()
|
||||
{
|
||||
return RSClientMixin.modulus;
|
||||
}
|
||||
|
||||
@Copy("forceDisconnect")
|
||||
@Replace("forceDisconnect")
|
||||
@SuppressWarnings("InfiniteRecursion")
|
||||
|
||||
@@ -1127,6 +1127,8 @@ public interface RSClient extends RSGameEngine, Client
|
||||
|
||||
void setModulus(BigInteger modulus);
|
||||
|
||||
BigInteger getModulus();
|
||||
|
||||
@Import("ItemDefinition_fileCount")
|
||||
int getItemCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user