Package gg.xp.xivdata.data
Interface BasicCooldownDescriptor
- All Known Subinterfaces:
ExtendedCooldownDescriptor
- All Known Implementing Classes:
Cooldown,CooldownDescriptorImpl
public interface BasicCooldownDescriptor
-
Method Summary
Modifier and TypeMethodDescriptionbooleanabilityIdMatches(long abilityId) default booleandefault @Nullable CdAuxAbilityauxMatch(long abilityId) booleanbuffIdMatches(long buffId) default List<CdAuxAbility>doubledefault Duration@Nullable DoublegetLabel()intlongboolean
-
Method Details
-
getLabel
String getLabel() -
abilityIdMatches
boolean abilityIdMatches(long abilityId) -
buffIdMatches
boolean buffIdMatches(long buffId) -
getCooldown
double getCooldown() -
getCooldownAsDuration
-
getPrimaryAbilityId
long getPrimaryAbilityId() -
getMaxCharges
int getMaxCharges() -
getDurationOverride
-
autoBuffs
default boolean autoBuffs() -
noStatusEffect
boolean noStatusEffect() -
getAuxAbilities
-
auxMatch
-