Interface WorldProvider

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

public interface WorldProvider
An interface which is used for entities that can provide one or more worlds.
  • Method Summary

    Modifier and Type
    Method
    Description
    The world provided by this entity
  • Method Details

    • worlds

      List<World> worlds()
      The world provided by this entity
      Returns:
      list of worlds