Class ZoneLibraryImpl

java.lang.Object
gg.xp.xivdata.data.ZoneLibraryImpl

public final class ZoneLibraryImpl extends Object
  • Field Details

    • log

      public static final org.slf4j.Logger log
  • Constructor Details

  • Method Details

    • getAll

      public Map<Integer,ZoneInfo> getAll()
    • infoForZone

      @Nullable public @Nullable ZoneInfo infoForZone(int id)
    • nameForZone

      @Nullable public @Nullable String nameForZone(int id)
    • capitalizedNameForZone

      @Nullable public @Nullable String capitalizedNameForZone(int id)
    • infoForZoneOrUnknown

      public ZoneInfo infoForZoneOrUnknown(int id)