Interface ICitizen

    • Method Detail

      • getName

        java.lang.String getName()
        Retrieve the players name
        Returns:
        first name of the citizen.
      • getLastName

        java.lang.String getLastName()
        Get a players last name
        Returns:
        last name of the citizen
      • getRank

        ESocialRank getRank()
        Retrieve the social rank of the player
        Returns:
        social rank of the citizen
      • getHometown

        ICity getHometown()
        Retreive the hometown of the citizen.
        Returns:
        home city of the citizen.