Class BaseTelestoDoodleAction
java.lang.Object
gg.xp.telestosupport.easytriggers.BaseTelestoDoodleAction
- All Implemented Interfaces:
Action<Event>
,HasEventType
,HasMutableEventType
- Direct Known Subclasses:
TelestoCircleDoodleAction
,TelestoImageDoodleAction
,TelestoLineDoodleAction
,TelestoTextDoodleAction
public abstract class BaseTelestoDoodleAction
extends Object
implements Action<Event>, HasMutableEventType
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finishSpec
(DoodleSpec spec, BaseEvent triggerEvent) int
Class<?>
void
setColorFlattened
(int color) void
setEventType
(Class<?> eventType) 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
accept, dynamicLabel, recalc
-
Field Details
-
color
-
name
-
duration
public int duration
-
-
Constructor Details
-
BaseTelestoDoodleAction
public BaseTelestoDoodleAction()
-
-
Method Details
-
finishSpec
-
fixedLabel
- Specified by:
fixedLabel
in interfaceAction<Event>
-
getEventType
- Specified by:
getEventType
in interfaceHasEventType
-
setEventType
- Specified by:
setEventType
in interfaceHasMutableEventType
-
getColorFlattened
public int getColorFlattened() -
setColorFlattened
public void setColorFlattened(int color)
-