Uses of Class
gg.xp.xivsupport.callouts.RawModifiedCallout
Package
Description
-
Uses of RawModifiedCallout in gg.xp.xivsupport.callouts
Modifier and TypeMethodDescriptionModifiableCallout.getModified()
Generate a real callout event based on this callout's settings, without any event or parameters.ModifiableCallout.getModified
(Map<String, Object> rawArguments) Generate a real callout event based on this callout's settings, without an event to base it on, but with additional variables.ModifiableCallout.getModified
(X event) Generate a real callout event based on this callout's settings, with an event to base it on.ModifiableCallout.getModified
(X event, Map<String, Object> rawArguments) Generate a real callout event based on this callout's settings, with an event to base it on, plus additional variables.Modifier and TypeMethodDescription@Nullable String
CalloutProcessor.applyReplacements
(RawModifiedCallout<?> raw, @Nullable String input, groovy.lang.Binding binding, boolean isTts) <X> void
CalloutProcessor.handleRawModifiedCallout
(EventContext ctx, RawModifiedCallout<X> raw) <X> CalloutEvent
CalloutProcessor.processCallout
(RawModifiedCallout<X> raw) ModifierConstructorDescriptionRawModifiedCallout
(String description, String tts, String text, @Nullable String sound, X event, Map<String, Object> arguments, Function<? super X, ? extends @Nullable Component> guiProvider, Predicate<RawModifiedCallout<X>> expiry, @Nullable Color colorOverride, @Nullable ModifiedCalloutHandle handle) -
Uses of RawModifiedCallout in gg.xp.xivsupport.events.triggers.seq
Modifier and TypeMethodDescription@Nullable RawModifiedCallout<?>
SequentialTriggerController.call
(ModifiableCallout<?> call) Trigger a callout.<C> @Nullable RawModifiedCallout<C>
SequentialTriggerController.call
(ModifiableCallout<C> call, C event) Trigger a callout.<C> @Nullable RawModifiedCallout<C>
SequentialTriggerController.updateCall
(ModifiableCallout<C> call, C event) Replace the last call used with updateCall (if any) with this one.Modifier and TypeMethodDescriptionvoid
SequentialTriggerController.updateCall
(RawModifiedCallout<?> call) Accept a new callout event, BUT mark it as "replacing" any previous call i.e. -
Uses of RawModifiedCallout in gg.xp.xivsupport.speech