add getModulus() to match setModulus used in the private server plugin. (#3043)
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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user