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 TypeMethodDescriptionvoid
accept
(EasyTriggerContext context, Event event) @Nullable Color
getColor()
long
getText()
getTts()
boolean
void
recalc()
void
void
setColorRaw
(Integer colorRaw) void
setHangTime
(long hangTime) void
void
void
setUseIcon
(boolean useIcon) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gg.xp.xivsupport.events.triggers.easytriggers.model.Action
getEventType
-
Constructor Details
-
CalloutAction
public CalloutAction()
-
-
Method Details
-
accept
-
fixedLabel
- Specified by:
fixedLabel
in interfaceAction<Event>
-
dynamicLabel
- Specified by:
dynamicLabel
in interfaceAction<Event>
-
recalc
public void recalc() -
getColor
- Specified by:
getColor
in interfaceGenericCalloutAction
-
setColor
- Specified by:
setColor
in interfaceGenericCalloutAction
-
getTts
- Specified by:
getTts
in interfaceGenericCalloutAction
-
setTts
- Specified by:
setTts
in interfaceGenericCalloutAction
-
getText
- Specified by:
getText
in interfaceGenericCalloutAction
-
setText
- Specified by:
setText
in interfaceGenericCalloutAction
-
getColorRaw
- Specified by:
getColorRaw
in interfaceGenericCalloutAction
-
setColorRaw
- Specified by:
setColorRaw
in interfaceGenericCalloutAction
-
getHangTime
public long getHangTime()- Specified by:
getHangTime
in interfaceGenericCalloutAction
-
setHangTime
public void setHangTime(long hangTime) - Specified by:
setHangTime
in interfaceGenericCalloutAction
-
isUseIcon
public boolean isUseIcon()- Specified by:
isUseIcon
in interfaceGenericCalloutAction
-
setUseIcon
public void setUseIcon(boolean useIcon) - Specified by:
setUseIcon
in interfaceGenericCalloutAction
-