public class Nation extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Admirable
One of two adjectives for this nation, e.g.
|
String |
Animal
This nation's national animal.
|
String |
AnimalTrait
Information about this nation's national animal.
|
int |
AverageIncome
The average income of the population.
|
double |
AverageIncomeTaxRate
The income tax rate, expressed as a percentage.
|
String |
Banner
The Rift banner code of this nation's primary banner, or of a randomly
chosen eligible banner if no primary banner is set.
|
List<String> |
Banners
The eligible Rift banner codes of this nation.
|
boolean |
CanReceiveCampaignTelegrams
True if the nation is not currently blocking campaign telegrams.
|
boolean |
CanReceiveRecruitmentTelegrams
True if the nation is not currently blocking recruitment telegrams.
|
String |
Capital
This nation's capital.
|
String |
Category
This nation's government's category e.g.
|
List<CensusScore> |
Census
This nation's census scale scores.
|
int |
CensusRankInRegion
The nation's regional census rank.
|
int |
CensusRankInWorld
The nation's world-wide census rank.
|
String |
CrimeDescription
Description of crime in this nation.
|
String |
Currency
This nation's currency name.
|
String |
CustomCapital
This nation's capital.
|
String |
CustomLeader
This nation's leader.
|
String |
CustomReligion
This nation's religion.
|
List<DeathCause> |
Deaths
List of death causes data in this nation.
|
String |
Demonym
Primary demonym.
|
String |
Demonym2
Secondary demonym.
|
String |
Demonym2Plural
Plural of secondary demonym.
|
List<Dispatch> |
Dispatches
This nations's dispatches.
|
String |
EconomyDescription
Elaborate description of this nation's economy.
|
EconomySectors |
EconomySectors
Overview in percentages of the government's economy sectors.
|
List<String> |
EndorsedBy
List of nation names that endorsed this nation.
|
List<Dispatch> |
Factbooks |
long |
FirstLogin
UNIX timestamp of when the nation first logged in.
|
String |
FlagUrl
URL to the nation's flag image.
|
String |
Founded
Description of when this nation was founded.
|
Long |
FoundedTime
UNIX timestamp of when this nation was founded.
|
Freedom |
Freedom
The nation's civil rights, economy, and political freedoms scores.
|
String |
FullName
The nation's full name.
|
String |
GeneralAssemblyVote
The nation's vote for the current General Assembly resolution.
|
String |
GovernmentDescription
Elaborate description of the government.
|
GovernmentExpenditure |
GovernmentExpenditure
Overview in percentages of the government's expenditures.
|
String |
GovernmentPriority
The expenditure the government spends most on.
|
String |
GovernmentType
The nation's custom government type, e.g.
|
int |
GrossDomesticProduct
The nation's gross domestic product.
|
String |
LastActivity
Description of when this nation was last active.
|
long |
LastLogin
UNIX timestamp of when this nation was last logged in.
|
String |
Leader
This nation's leader.
|
String |
MajorIndustry
This nation's biggest industry.
|
String |
Motto
This nation's national motto.
|
String |
Name
This nation's name.
|
String |
NotableFor
Description of what this nation is most notable for.
|
int |
NumberOfDispatches
Number of dispatches written by this nation.
|
int |
NumberOfFactbooks
Number of factbooks written by this nation.
|
int |
PoorestIncome
Income of the poorest population.
|
int |
Population
The population, in millions.
|
String |
PopulationDescription
Description of this nation's population.
|
double |
PublicSector
The percentage of the economy that is State-Owned or Government.
|
List<Happening> |
RecentHappenings
List of the most recent of this nation's happenings.
|
List<String> |
RecentLegislation
List of this nation's most recent legislations.
|
String |
RegionalInfluence
The regional influence of this nation, e.g.
|
String |
RegionName
Name of the region this nation is in.
|
String |
Religion
This nation's religion.
|
int |
RichestIncome
Income of the richest population.
|
String |
SecurityCouncilVote
The nation's vote for the current Security Council resolution.
|
String |
WorldAssemblyStatus
String indicating whether the nation is a member of the World Assembly.
|
ZombieInfo |
ZombieInfo
This nation's statistics of the current or last zombie event.
|
| Constructor and Description |
|---|
Nation() |
| Modifier and Type | Method and Description |
|---|---|
String |
BannerAsURL()
Gives the URL that points to the image behind Banner.
|
List<String> |
BannersAsURLs()
Gives the URLs that point to the images behind Banners.
|
public String Admirable
public String Animal
public String AnimalTrait
public String Banner
public String Capital
public String Category
public List<CensusScore> Census
public String CrimeDescription
public String Currency
public String CustomLeader
public String CustomCapital
public String CustomReligion
public List<DeathCause> Deaths
public String Demonym
public String Demonym2
public String Demonym2Plural
public int NumberOfDispatches
public List<Dispatch> Dispatches
public int NumberOfFactbooks
public long FirstLogin
public String FlagUrl
public String Founded
public Long FoundedTime
public Freedom Freedom
public String FullName
public String GeneralAssemblyVote
public int GrossDomesticProduct
public GovernmentExpenditure GovernmentExpenditure
public String GovernmentDescription
public String GovernmentPriority
public List<Happening> RecentHappenings
public int AverageIncome
public String EconomyDescription
public String RegionalInfluence
public String LastActivity
public long LastLogin
public String Leader
public List<String> RecentLegislation
public String MajorIndustry
public String Motto
public String Name
public String NotableFor
public int PoorestIncome
public int Population
public double PublicSector
public int CensusRankInRegion
public String RegionName
public String Religion
public int RichestIncome
public String SecurityCouncilVote
public EconomySectors EconomySectors
public String PopulationDescription
public double AverageIncomeTaxRate
public boolean CanReceiveRecruitmentTelegrams
public boolean CanReceiveCampaignTelegrams
public String GovernmentType
public String WorldAssemblyStatus
public int CensusRankInWorld
public ZombieInfo ZombieInfo
public String BannerAsURL()
Copyright © 2016. All rights reserved.