Interface RankSource


public interface RankSource
Manages the retrieval of ranks for players.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRanks(mindustry.gen.Player player)
    Returns the ranks for the given player.
  • Method Details

    • getRanks

      List<RankNode> getRanks(mindustry.gen.Player player)
      Returns the ranks for the given player.
      Parameters:
      player - the player
      Returns:
      the ranks of the player