Interface Prestige


public interface Prestige
Represents a Prestige level in the XPrison plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the cost required to reach this Prestige.
    long
    Gets the unique identifier of this Prestige.
    Gets the prefix associated with this Prestige (usually for display).
  • Method Details

    • getId

      long getId()
      Gets the unique identifier of this Prestige.
      Returns:
      the prestige ID
    • getCost

      double getCost()
      Gets the cost required to reach this Prestige.
      Returns:
      the cost as a double
    • getPrefix

      String getPrefix()
      Gets the prefix associated with this Prestige (usually for display).
      Returns:
      the prefix string