Class ActionLibrary

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

public class ActionLibrary extends Object
  • Constructor Details

    • ActionLibrary

      public ActionLibrary()
  • Method Details

    • checkForErrors

      public static void checkForErrors()
    • getAll

      public static Map<Integer,ActionInfo> getAll()
    • forId

      @Nullable public static @Nullable ActionInfo forId(int id)
    • forId

      @Nullable public static @Nullable ActionInfo forId(long id)
    • readAltCsv

      public static ActionLibraryImpl readAltCsv(File file)
    • iconForId

      @Nullable public static @Nullable ActionIcon iconForId(long id)