Uses of Record Class
gg.xp.xivdata.data.ActionInfo
-
Uses of ActionInfo in gg.xp.xivdata.data
Modifier and TypeMethodDescriptionstatic @Nullable ActionInfo
ActionLibrary.forId
(int id) static @Nullable ActionInfo
ActionLibrary.forId
(long id) @Nullable ActionInfo
ActionLibraryImpl.forId
(int id) @Nullable ActionInfo
ActionLibraryImpl.forId
(long id) @Nullable ActionInfo
CdBuilder.getActionInfoOpt()
static @Nullable ActionInfo
CdBuilder.getActionInfoOpt
(long id) CdBuilder.getActionInfoRequired()
static ActionInfo
CdBuilder.getActionInfoRequired
(long id) Modifier and TypeMethodDescriptionstatic Map<Integer,
ActionInfo> ActionLibrary.getAll()
ActionLibraryImpl.getAll()
CdBuilder.getAllActionInfo()
-
Uses of ActionInfo in gg.xp.xivsupport.gui.library
Modifier and TypeMethodDescriptionvoid
ActionTableFactory.showChooser
(Window owner, Consumer<ActionInfo> callback) -
Uses of ActionInfo in gg.xp.xivsupport.gui.map.omen
Modifier and TypeMethodDescriptionstatic String
OmenShape.describe
(@Nullable ActionInfo ai) static @Nullable ActionOmenInfo
ActionOmenInfo.fromActionInfo
(ActionInfo ai) static OmenShape
OmenShape.fromActionInfo
(@Nullable ActionInfo info) Deprecated.