Interface Prestige
public interface Prestige
Represents a Prestige level in the XPrison plugin.
-
Method Summary
-
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
-