Interface IRank<T>


public interface IRank<T>
  • Method Details

    • getLevel

      int getLevel()
    • getLoginMessage

      String getLoginMessage()
    • setLoginMessage

      void setLoginMessage(String message)
    • getReadable

      String getReadable()
    • getPrefix

      net.kyori.adventure.text.Component getPrefix()
    • setPrefix

      void setPrefix(String prefix)
    • getColor

      net.kyori.adventure.text.format.NamedTextColor getColor()
    • isAtLeast

      boolean isAtLeast(T rank)
    • toJSON

      org.json.JSONObject toJSON()