Uses of Class
gg.xp.reevent.events.BaseEvent
Package
Description
-
Uses of BaseEvent in gg.xp.postnamazu
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseEvent in gg.xp.reevent.events
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BaseEvent in gg.xp.telestosupport
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of BaseEvent in gg.xp.telestosupport.doodle
-
Uses of BaseEvent in gg.xp.telestosupport.easytriggers
Modifier and TypeMethodDescriptionprotected void
BaseTelestoDoodleAction.finishSpec
(DoodleSpec spec, BaseEvent triggerEvent) -
Uses of BaseEvent in gg.xp.telestosupport.subscriber
-
Uses of BaseEvent in gg.xp.xivsupport.callouts
-
Uses of BaseEvent in gg.xp.xivsupport.callouts.audio
-
Uses of BaseEvent in gg.xp.xivsupport.cdsupport
-
Uses of BaseEvent in gg.xp.xivsupport.events
-
Uses of BaseEvent in gg.xp.xivsupport.events.actlines.events
Modifier and TypeClassDescriptionclass
Represents an ability cast being cancelled/interrupted/etcclass
Represents an ability cast beginning i.e.class
Represents an ability actual taking effect (as opposed to snapshotting)class
Represents an ability snapshottingclass
This is the 'raw' version ofAbilityResolvedEvent
, which only has the target and sequence number.class
Represents various types of actor control events, e.g.class
Represents entity-specific actor control extra dataclass
Represents various types of actor control events, e.g.class
Deprecated.class
Represents a buff being appliedclass
Represents a buff being removedclass
class
Represents a chat line (from any channel - can be real chat, battle log, or other things).class
Represents a combatant being killedclass
class
Represents a headmarker.class
Equivalent to a 39-line.class
Represents an LB gauge update.class
Represents a map change eventclass
class
Event indicating that a floor marker (1234ABCD) has been placedclass
Event indicating that a floor marker (1234ABCD) has been removedclass
class
class
class
Equivalent to an ACT 03 line.class
class
Represents an online status changing.class
A very raw event that represents the primary player changing.class
Equivalent to an ACT 04 line.class
class
class
class
class
Event for when an entity becomes targetable or untargetable.class
Event representing a tether.class
Represents a DoT/HoT tick.class
Represents a wipeclass
Emitted to indicate that buffs have been recalculatedclass
Emitted to represent that things inXivState
have been recalculated (combatants info, party list, etc).class
Represents a zone change -
Uses of BaseEvent in gg.xp.xivsupport.events.actlines.events.actorcontrol
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.actlines.events.jobguage
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.actlines.events.vfx
-
Uses of BaseEvent in gg.xp.xivsupport.events.actlines.parsers
Modifier and TypeClassDescriptionclass
Pseudo-event that indicates that a parser is returning multiple events -
Uses of BaseEvent in gg.xp.xivsupport.events.debug
-
Uses of BaseEvent in gg.xp.xivsupport.events.delaytest
-
Uses of BaseEvent in gg.xp.xivsupport.events.fflogs
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.misc
-
Uses of BaseEvent in gg.xp.xivsupport.events.misc.pulls
Modifier and TypeClassDescriptionclass
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.state
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.state.combatstate
Modifier and TypeClassDescriptionclass
Represents a player canceling a countdown.class
Represents a player beginning a countdown.class
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.duties.ewex
Modifier and TypeMethodDescriptionvoid
void
void
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.duties.ewult.omega
Modifier and TypeClassDescriptionclass
class
final class
final class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.duties.Pandamonium.events
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.duties.vc
Modifier and TypeFieldDescriptionfinal SequentialTrigger<BaseEvent>
ASS_Crit.firesteelStrikeSq
ASS_Crit.slipperySoap
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.easytriggers.actions
Modifier and TypeMethodDescriptionvoid
WaitAction.accept
(EasyTriggerContext context, BaseEvent event) void
WaitAction.accept
(SequentialTriggerController<BaseEvent> stc, EasyTriggerContext context, BaseEvent event) Modifier and TypeMethodDescriptionvoid
WaitAction.accept
(SequentialTriggerController<BaseEvent> stc, EasyTriggerContext context, BaseEvent event) -
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.easytriggers.events
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.easytriggers.model
Modifier and TypeMethodDescription<X extends BaseEvent>
voidEasyTriggerContext.runActions
(List<Action<? super X>> actions, SequentialTriggerController<X> s, X e1) -
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.jails
Modifier and TypeClassDescriptionclass
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.jobs.gui
ModifierConstructorDescriptionVisualCdInfoCharge
(BasicCooldownDescriptor cd, @Nullable BaseEvent basisEvent, @Nullable BuffApplied buffApplied, @Nullable Instant replenishedAt, int chargeNum) VisualCdInfoMain
(@NotNull BasicCooldownDescriptor cd, @Nullable BaseEvent basisEvent, @Nullable BuffApplied buffApplied, @Nullable Instant replenishedAt) -
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.marks
Modifier and TypeClassDescriptionstatic final class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.marks.adv
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.seq
Modifier and TypeClassDescriptionclass
SequentialTrigger<X extends BaseEvent>
"Sequential Triggers" allow for a sequence of events to be collected interactively within a block of code.class
SequentialTriggerController<X extends BaseEvent>
Modifier and TypeMethodDescriptionSequentialTriggerController.waitEventsQuickSuccession
(int limit, Class<Y> eventClass, Predicate<Y> eventFilter) SequentialTriggerController.waitEventsQuickSuccession
(int limit, Class<Y> eventClass, Predicate<Y> eventFilter, Duration maxDelta) Modifier and TypeMethodDescriptionSequentialTriggerController.waitCastFinished
(ActiveCastRepository repo, AbilityCastStart cast) Wait for a cast to finish, or return immediately if it already has finished.Modifier and TypeMethodDescriptionstatic SequentialTrigger<BaseEvent>
SqtTemplates.beginningAndEndingOfCast
(Predicate<AbilityCastStart> castFilter, ModifiableCallout<? super AbilityCastStart> initialCall, ModifiableCallout<?> followup) Trigger template for when you want one call at the start of a cast bar, then another call at the end of the cast bar.static <X extends HasDuration>
SequentialTrigger<BaseEvent>SqtTemplates.callWhenDurationIs
(Class<X> eventType, Predicate<X> eventFilter, ModifiableCallout<? super X> callout, Duration targetDuration) Given an event with a duration, trigger the given callout when the duration dips below the given duration.static <X> SequentialTrigger<BaseEvent>
SqtTemplates.multiInvocation
(int timeoutMs, Class<X> startType, Predicate<X> startCondition, BiConsumer<X, SequentialTriggerController<BaseEvent>>... triggers) Trigger template for when the same event might indicate different things in a fight.static SequentialTrigger<BaseEvent>
SqtTemplates.nothing()
static <X> SequentialTrigger<BaseEvent>
SqtTemplates.sq
(int timeoutMs, Class<X> startType, Predicate<X> startCondition, BiConsumer<X, SequentialTriggerController<BaseEvent>> trigger) Convenience function for making a typical sequential controller.Modifier and TypeMethodDescriptionstatic <X> SequentialTrigger<BaseEvent>
SqtTemplates.sq
(int timeoutMs, Class<X> startType, Predicate<X> startCondition, BiConsumer<X, SequentialTriggerController<BaseEvent>> trigger) Convenience function for making a typical sequential controller. -
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.support
-
Uses of BaseEvent in gg.xp.xivsupport.events.triggers.util
-
Uses of BaseEvent in gg.xp.xivsupport.events.ws
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of BaseEvent in gg.xp.xivsupport.gameversion
-
Uses of BaseEvent in gg.xp.xivsupport.groovy
Modifier and TypeClassDescriptionclass
GroovyTriggers.Builder<X extends BaseEvent>
class
GroovyTriggers.GroovySqHelper<X extends BaseEvent>
Provides some wrapper methods overSequentialTriggerController
to make things more convenient in Groovy-land. -
Uses of BaseEvent in gg.xp.xivsupport.gui.overlay
-
Uses of BaseEvent in gg.xp.xivsupport.lang
-
Uses of BaseEvent in gg.xp.xivsupport.speech
Modifier and TypeClassDescriptionclass
class
class
class
Deprecated.class
class
-
Uses of BaseEvent in gg.xp.xivsupport.timelines
Modifier and TypeMethodDescriptionvoid
TimelineManager.actLine
(EventContext context, BaseEvent event) void
TimelineProcessor.processEvent
(BaseEvent event)