public enum WorldShard extends Enum<WorldShard> implements Shard
| Enum Constant and Description |
|---|
CENSUS
The world's census scores.
|
CENSUS_DESCRIPTIONS
Descriptions of the current or selected census.
|
CENSUS_ID
Id of the current census.
|
CENSUS_NAME
Name of the current or selected census.
|
CENSUS_RANKS
The census scores of the world's nations.
|
CENSUS_SCALE
The scale of the current or selected census.
|
CENSUS_TITLE
The title of the current or selected census.
|
DISPATCHES
The latest hottest or selected dispatches.
|
FEATURED_REGION
Name of today's featured region.
|
HAPPENINGS
List of the most recent or selected happenings.
|
NATIONS
List of all nations in the world.
|
NEWEST_NATIONS
List of newest nations.
|
NUMBER_OF_NATIONS
The number of nations in the world.
|
NUMBER_OF_REGIONS
The number of regions in the world.
|
REGIONS
List of all regions in the world.
|
REGIONS_BY_TAG
List of regions selected by tag.
|
SELECTED_DISPATCH
The selected dispatch.
|
SELECTED_POLL
The selected poll.
|
| Modifier and Type | Method and Description |
|---|---|
String |
shardName()
Returns the underlying name of the shard.
|
static WorldShard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldShard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorldShard CENSUS
public static final WorldShard CENSUS_ID
public static final WorldShard CENSUS_DESCRIPTIONS
public static final WorldShard CENSUS_NAME
public static final WorldShard CENSUS_RANKS
public static final WorldShard CENSUS_SCALE
public static final WorldShard CENSUS_TITLE
public static final WorldShard SELECTED_DISPATCH
public static final WorldShard DISPATCHES
public static final WorldShard FEATURED_REGION
public static final WorldShard HAPPENINGS
public static final WorldShard NATIONS
public static final WorldShard NEWEST_NATIONS
public static final WorldShard NUMBER_OF_NATIONS
public static final WorldShard NUMBER_OF_REGIONS
public static final WorldShard SELECTED_POLL
public static final WorldShard REGIONS
public static final WorldShard REGIONS_BY_TAG
public static WorldShard[] values()
for (WorldShard c : WorldShard.values()) System.out.println(c);
public static WorldShard valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.