public final class GameVariables extends Info
MainInfo.gameVariables()| Modifier and Type | Method and Description |
|---|---|
int |
minTradePercentage()
Gets the minimum trade percentage.
|
double |
robFactor()
Deprecated.
Use the
robMultiplier method instead. |
int |
robMinLevel()
Gets the lowest amount of credits to rob.
|
double |
robMultiplier()
Gets the rob multiplier.
|
double |
stealDivisor()
Gets the steal divisor.
|
double |
stealFactor()
Deprecated.
Use the
stealDivisor method instead. |
int |
stealMinLevel()
Gets the lowest amount of units to steal.
|
java.lang.String |
toString() |
int |
tradeFactor()
Gets the trade factor.
|
int |
tradeInitBuy()
Gets the initial buy percentage.
|
int |
tradeInitSell()
Gets the initial sell percentage.
|
int |
tradeInitWorst()
Gets the initial worst percentage.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic double robMultiplier()
throws java.lang.Exception
java.lang.Exceptionpublic double robFactor()
throws java.lang.Exception
robMultiplier method instead.java.lang.ExceptionrobMultiplier()public int robMinLevel()
throws java.lang.Exception
java.lang.Exceptionpublic double stealDivisor()
throws java.lang.Exception
java.lang.Exceptionpublic double stealFactor()
throws java.lang.Exception
stealDivisor method instead.java.lang.ExceptionstealDivisor()public int stealMinLevel()
throws java.lang.Exception
java.lang.Exceptionpublic int tradeInitBuy()
throws java.lang.Exception
java.lang.Exceptionpublic int tradeInitSell()
throws java.lang.Exception
java.lang.Exceptionpublic int tradeInitWorst()
throws java.lang.Exception
java.lang.Exceptionpublic int tradeFactor()
throws java.lang.Exception
java.lang.Exceptionpublic int minTradePercentage()
throws java.lang.Exception
java.lang.Exception