Uses of Record Class
gg.xp.xivdata.data.ActionInfo
Packages that use ActionInfo
-
Uses of ActionInfo in gg.xp.xivdata.data
Methods in gg.xp.xivdata.data that return ActionInfoModifier 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) Methods in gg.xp.xivdata.data that return types with arguments of type ActionInfoModifier and TypeMethodDescriptionstatic Map<Integer,
ActionInfo> ActionLibrary.getAll()
ActionLibraryImpl.getAll()
CdBuilder.getAllActionInfo()
-
Uses of ActionInfo in gg.xp.xivsupport.gui.library
Methods in gg.xp.xivsupport.gui.library that return ActionInfoMethods in gg.xp.xivsupport.gui.library that return types with arguments of type ActionInfoModifier and TypeMethodDescriptionActionTableFactory.table()
TableWithFilterAndDetails<ActionInfo,
groovy.lang.PropertyValue> ActionTableFactory.tableWithDetails()
Method parameters in gg.xp.xivsupport.gui.library with type arguments of type ActionInfoModifier and TypeMethodDescriptionvoid
ActionTableFactory.showChooser
(Window owner, Consumer<ActionInfo> callback) -
Uses of ActionInfo in gg.xp.xivsupport.gui.map.omen
Methods in gg.xp.xivsupport.gui.map.omen with parameters of type ActionInfoModifier and TypeMethodDescriptionstatic String
OmenShape.describe
(@Nullable ActionInfo ai) static @Nullable ActionOmenInfo
ActionOmenInfo.fromActionInfo
(ActionInfo ai) static OmenShape
OmenShape.fromActionInfo
(@Nullable ActionInfo info) Deprecated.