Package gg.xp.xivsupport.gui.extra
Interface DutyPluginTab
- All Superinterfaces:
TabDef
- All Known Implementing Classes:
DragonsongAmGui
,JailGui
,OmegaUltimateGroupPrioGui
,P8S2DominionPrioGui
Implement this and annotate your class with
ScanMe
(or any other annotation that would
cause it to be auto-scanned). This will give it a tab on the corresponding duty in Plugins > Duties.-
Method Summary
Methods inherited from interface gg.xp.xivsupport.gui.extra.TabDef
getTabContents, getTabName, keys
-
Method Details
-
getDuty
KnownDuty getDuty()- Returns:
- The duty this is associated with
-
getSortOrder
default int getSortOrder()return The sort order
-