Class CustomCooldown

java.lang.Object
gg.xp.xivsupport.cdsupport.CustomCooldown

public class CustomCooldown extends Object
  • Field Details

    • nameOverride

      @Nullable public @Nullable String nameOverride
    • primaryAbilityId

      public long primaryAbilityId
    • secondaryAbilityIds

      public long[] secondaryAbilityIds
    • buffIds

      public long[] buffIds
    • autoBuffs

      public boolean autoBuffs
    • maxCharges

      @Nullable public @Nullable Integer maxCharges
    • cooldown

      @Nullable public @Nullable Double cooldown
    • duration

      @Nullable public @Nullable Double duration
    • type

      public CooldownType type
  • Constructor Details

    • CustomCooldown

      public CustomCooldown()
  • Method Details