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.Object
public double robMultiplier() throws java.lang.Exception
java.lang.Exception
public double robFactor() throws java.lang.Exception
robMultiplier
method instead.java.lang.Exception
robMultiplier()
public int robMinLevel() throws java.lang.Exception
java.lang.Exception
public double stealDivisor() throws java.lang.Exception
java.lang.Exception
public double stealFactor() throws java.lang.Exception
stealDivisor
method instead.java.lang.Exception
stealDivisor()
public int stealMinLevel() throws java.lang.Exception
java.lang.Exception
public int tradeInitBuy() throws java.lang.Exception
java.lang.Exception
public int tradeInitSell() throws java.lang.Exception
java.lang.Exception
public int tradeInitWorst() throws java.lang.Exception
java.lang.Exception
public int tradeFactor() throws java.lang.Exception
java.lang.Exception
public int minTradePercentage() throws java.lang.Exception
java.lang.Exception