Class DurationBasedCalloutAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.DurationBasedCalloutAction
- All Implemented Interfaces:
GenericCalloutAction,Action<HasDuration>
public class DurationBasedCalloutAction
extends Object
implements Action<HasDuration>, GenericCalloutAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(EasyTriggerContext context, HasDuration event) @Nullable ColorgetColor()longgetText()getTts()booleanbooleanvoidrecalc()voidvoidsetColorRaw(Integer colorRaw) voidsetHangTime(long hangTime) voidsetPlusDuration(boolean plusDuration) voidvoidvoidsetUseIcon(boolean useIcon) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.xivsupport.events.triggers.easytriggers.model.Action
getEventType
-
Constructor Details
-
DurationBasedCalloutAction
public DurationBasedCalloutAction()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceAction<HasDuration>
-
fixedLabel
- Specified by:
fixedLabelin interfaceAction<HasDuration>
-
dynamicLabel
- Specified by:
dynamicLabelin interfaceAction<HasDuration>
-
recalc
public void recalc()- Specified by:
recalcin interfaceAction<HasDuration>
-
getColor
- Specified by:
getColorin interfaceGenericCalloutAction
-
setColor
- Specified by:
setColorin interfaceGenericCalloutAction
-
getTts
- Specified by:
getTtsin interfaceGenericCalloutAction
-
setTts
- Specified by:
setTtsin interfaceGenericCalloutAction
-
getText
- Specified by:
getTextin interfaceGenericCalloutAction
-
setText
- Specified by:
setTextin interfaceGenericCalloutAction
-
getHangTime
public long getHangTime()- Specified by:
getHangTimein interfaceGenericCalloutAction
-
setHangTime
public void setHangTime(long hangTime) - Specified by:
setHangTimein interfaceGenericCalloutAction
-
isUseIcon
public boolean isUseIcon()- Specified by:
isUseIconin interfaceGenericCalloutAction
-
setUseIcon
public void setUseIcon(boolean useIcon) - Specified by:
setUseIconin interfaceGenericCalloutAction
-
getColorRaw
- Specified by:
getColorRawin interfaceGenericCalloutAction
-
setColorRaw
- Specified by:
setColorRawin interfaceGenericCalloutAction
-
isPlusDuration
public boolean isPlusDuration() -
setPlusDuration
public void setPlusDuration(boolean plusDuration)
-