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 ActionInfoActionLibrary.forId(int id) static @Nullable ActionInfoActionLibrary.forId(long id) @Nullable ActionInfoActionLibraryImpl.forId(int id) @Nullable ActionInfoActionLibraryImpl.forId(long id) @Nullable ActionInfoCdBuilder.getActionInfoOpt()static @Nullable ActionInfoCdBuilder.getActionInfoOpt(long id) CdBuilder.getActionInfoRequired()static ActionInfoCdBuilder.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 TypeMethodDescriptionvoidActionTableFactory.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 StringOmenShape.describe(@Nullable ActionInfo ai) static @Nullable ActionOmenInfoActionOmenInfo.fromActionInfo(ActionInfo ai) static OmenShapeOmenShape.fromActionInfo(@Nullable ActionInfo info) Deprecated.