/** * Method to get current rank of the Player. * * @return Current rank of the Player, or null if Player is not online. */ (String) ParkourAPI.
getRank(Player player
);
/** * Method to get RankPoints of the Player. * * @return RankPoints of the Player, or -1 if Player is not online. */ (int) ParkourAPI.
getRankPoints(Player player
);