Interface EconomyLimit


public interface EconomyLimit
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the economy to which this limit applies.
    long
    Gets the maximum limit for the economy.
    long
    Gets the minimum limit for the economy.
  • 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.