Interface DataCenter

All Superinterfaces:
WorldProvider
All Known Implementing Classes:
Worlds.China.Chocobo, Worlds.China.DoDoChai, Worlds.China.FatCat, Worlds.China.Moguli, Worlds.Europe.Chaos, Worlds.Europe.Light, Worlds.Japan.Elemental, Worlds.Japan.Gaia, Worlds.Japan.Mana, Worlds.Japan.Meteor, Worlds.NorthAmerica.Aether, Worlds.NorthAmerica.Crystal, Worlds.NorthAmerica.Primal, Worlds.Oceania.Materia

public interface DataCenter extends WorldProvider
Represents a data center container multiple worlds
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
    ID of the data center
    default String
    Name of the data center
    Region of the datacenter
    Get a list of all worlds in this data center.
  • Method Details

    • worlds

      List<World> worlds()
      Get a list of all worlds in this data center.
      Specified by:
      worlds in interface WorldProvider
      Returns:
      unmodifiable world list
    • id

      int id()
      ID of the data center
      Returns:
      id
    • name

      default String name()
      Name of the data center
      Returns:
      name
    • region

      Region region()
      Region of the datacenter
      Returns:
      region