public class GoDarkAbility extends BaseToggleAbility
| Modifier and Type | Field and Description |
|---|---|
static float |
DETECTABILITY_MULT |
cooldownLeft, isActivateCooldown, level, turnedOndisableFrames, entity, id, PLAY_UI_SOUNDS_IN_WORLD_SOURCES, spec| Constructor and Description |
|---|
GoDarkAbility() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activateImpl() |
protected void |
applyEffect(float amount,
float level)
Will be called once when level is 0 and consistently when level >0.
|
protected void |
cleanupImpl() |
void |
createTooltip(TooltipMakerAPI tooltip,
boolean expanded)
Will be called every frame the tooltip is shown, so the tooltip can be dynamic.
|
protected void |
deactivateImpl() |
protected java.lang.String |
getActivationText() |
protected java.lang.String |
getDeactivationText() |
boolean |
hasTooltip() |
boolean |
showActiveIndicator() |
boolean |
showProgressIndicator() |
activate, addIncompatibleToTooltip, advance, cleanup, deactivate, getActivateCooldownDays, getActivationDays, getCooldownFraction, getCooldownLeft, getDeactivateCooldownDays, getDeactivationDays, getLevel, getLoopSoundUIPitch, getLoopSoundUIVolume, getLoopSoundWorldPitch, getLoopSoundWorldVolume, getProgressFraction, hasCustomButtonPressSounds, isActive, isUsable, pressButton, runWhilePaused, setCooldownLeftaddIncompatibleToTooltip, disableIncompatible, fleetJoinedBattle, fleetLeftBattle, fleetOpenedMarket, forceDisable, getActiveColor, getActiveLayers, getCooldownColor, getEntity, getFleet, getId, getInterruptedList, getLoopSoundUI, getLoopSoundWorld, getModId, getOffSoundUI, getOffSoundWorld, getOnSoundUI, getOnSoundWorld, getProgressColor, getSpec, getSpriteName, getTooltipWidth, init, interruptIncompatible, isActiveOrInProgress, isCompatible, isCooldownRenderingAdditive, isDone, isInProgress, isOnCooldown, isTooltipExpandable, readResolve, render, showCooldownIndicatorpublic static final float DETECTABILITY_MULT
public GoDarkAbility()
protected java.lang.String getActivationText()
getActivationText in class BaseAbilityPluginprotected java.lang.String getDeactivationText()
getDeactivationText in class BaseAbilityPluginprotected void activateImpl()
activateImpl in class BaseToggleAbilityprotected void applyEffect(float amount, float level)
BaseToggleAbilityapplyEffect in class BaseToggleAbilityprotected void deactivateImpl()
deactivateImpl in class BaseToggleAbilityprotected void cleanupImpl()
cleanupImpl in class BaseToggleAbilitypublic boolean showProgressIndicator()
showProgressIndicator in interface AbilityPluginshowProgressIndicator in class BaseToggleAbilitypublic boolean showActiveIndicator()
showActiveIndicator in interface AbilityPluginshowActiveIndicator in class BaseToggleAbilitypublic void createTooltip(TooltipMakerAPI tooltip, boolean expanded)
AbilityPlugincreateTooltip in interface AbilityPlugincreateTooltip in class BaseAbilityPluginpublic boolean hasTooltip()
hasTooltip in interface AbilityPluginhasTooltip in class BaseAbilityPlugin