Enum ffxiv_types::worlds::World[][src]

pub enum World {
    Adamantoise,
    Balmung,
    Cactuar,
    Coeurl,
    Faerie,
    Gilgamesh,
    Goblin,
    Jenova,
    Mateus,
    Midgardsormr,
    Sargatanas,
    Siren,
    Zalera,
    Cerberus,
    Lich,
    Louisoix,
    Moogle,
    Odin,
    Omega,
    Phoenix,
    Ragnarok,
    Shiva,
    Zodiark,
    Aegis,
    Atomos,
    Carbuncle,
    Garuda,
    Gungnir,
    Kujata,
    Ramuh,
    Tonberry,
    Typhon,
    Unicorn,
    Alexander,
    Bahamut,
    Durandal,
    Fenrir,
    Ifrit,
    Ridill,
    Tiamat,
    Ultima,
    Valefor,
    Yojimbo,
    Zeromus,
    Anima,
    Asura,
    Belias,
    Chocobo,
    Hades,
    Ixion,
    Mandragora,
    Masamune,
    Pandaemonium,
    Shinryu,
    Titan,
    Behemoth,
    Brynhildr,
    Diabolos,
    Excalibur,
    Exodus,
    Famfrit,
    Hyperion,
    Lamia,
    Leviathan,
    Malboro,
    Ultros,
}

The worlds, sometimes called servers, in the game.

Each DataCenter has multiple worlds attached to it.

Variants

Methods

impl World
[src]

ALL: [World; 66] = [World::Adamantoise, World::Balmung, World::Cactuar, World::Coeurl,
 World::Faerie, World::Gilgamesh, World::Goblin, World::Jenova, World::Mateus,
 World::Midgardsormr, World::Sargatanas, World::Siren, World::Zalera,
 World::Cerberus, World::Lich, World::Louisoix, World::Moogle, World::Odin,
 World::Omega, World::Phoenix, World::Ragnarok, World::Shiva, World::Zodiark,
 World::Aegis, World::Atomos, World::Carbuncle, World::Garuda, World::Gungnir,
 World::Kujata, World::Ramuh, World::Tonberry, World::Typhon, World::Unicorn,
 World::Alexander, World::Bahamut, World::Durandal, World::Fenrir,
 World::Ifrit, World::Ridill, World::Tiamat, World::Ultima, World::Valefor,
 World::Yojimbo, World::Zeromus, World::Anima, World::Asura, World::Belias,
 World::Chocobo, World::Hades, World::Ixion, World::Mandragora,
 World::Masamune, World::Pandaemonium, World::Shinryu, World::Titan,
 World::Behemoth, World::Brynhildr, World::Diabolos, World::Excalibur,
 World::Exodus, World::Famfrit, World::Hyperion, World::Lamia,
 World::Leviathan, World::Malboro, World::Ultros]

Returns the string variant of this world.

Returns the DataCenter this world is on.

Trait Implementations

impl Debug for World
[src]

Formats the value using the given formatter. Read more

impl Clone for World
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for World
[src]

impl FromStr for World
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type.

This is case-insensitive.

impl Display for World
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for World

impl Sync for World