Interface EconomyLimit
public interface EconomyLimit
-
Method Details
-
getEconomyName
String getEconomyName()Gets the name of the economy to which this limit applies.- Returns:
- the name of the economy as a string.
-
getMax
long getMax()Gets the maximum limit for the economy.- Returns:
- the maximum limit as a long.
-
getMin
long getMin()Gets the minimum limit for the economy.- Returns:
- the minimum limit as a long.
-