Class TickEvent

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.actlines.events.TickEvent
All Implemented Interfaces:
Event, HasEffects, HasStatusEffect, HasTargetEntity, Serializable

public class TickEvent extends BaseEvent implements HasTargetEntity, HasEffects, HasStatusEffect
Represents a DoT/HoT tick. ACT provides us with only the combined tick, but FFLogs gives us the full breakdown as well. The effect ID is usually 0, in which case it is treated as a combined DoT/HoT tick. However, ground effects will have the correct ID here.
See Also: