Class CalloutAction
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.actions.CalloutAction
- All Implemented Interfaces:
GenericCalloutAction,Action<Event>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(EasyTriggerContext context, Event event) @Nullable ColorgetColor()longgetText()getTts()booleanvoidrecalc()voidvoidsetColorRaw(Integer colorRaw) voidsetHangTime(long hangTime) 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
-
CalloutAction
public CalloutAction()
-
-
Method Details
-
accept
-
fixedLabel
- Specified by:
fixedLabelin interfaceAction<Event>
-
dynamicLabel
- Specified by:
dynamicLabelin interfaceAction<Event>
-
recalc
public void recalc() -
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
-
getColorRaw
- Specified by:
getColorRawin interfaceGenericCalloutAction
-
setColorRaw
- Specified by:
setColorRawin 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
-