Class CalloutGroup

java.lang.Object
gg.xp.xivsupport.callouts.CalloutGroup

public class CalloutGroup extends Object
Represents a group of callouts, generally from a single class.
  • Constructor Details

  • Method Details

    • updateChildren

      public void updateChildren()
      Should be called after enabling/disabling this group.
    • getName

      public String getName()
      Returns:
      The name for this callout group
    • getEnabled

      public BooleanSetting getEnabled()
      Returns:
      The setting that controls the enablement of this group.
    • getCallouts

      public List<ModifiedCalloutHandle> getCallouts()
      Returns:
      The callouts within this group
    • getCallClass

      public Class<?> getCallClass()
      Returns:
      The class in which the callouts are defined
    • getDuty

      public KnownDuty getDuty()
      Returns:
      The duty for which the callouts are relevant to, or KnownDuty.None if these are not marked as being specific to any duty.
    • resetAllBooleans

      public void resetAllBooleans()
      Reset all enabled/disable status for this group.
      See Also: