Uses of Class
gg.xp.xivsupport.callouts.RawModifiedCallout
Packages that use RawModifiedCallout
Package
Description
-
Uses of RawModifiedCallout in gg.xp.xivsupport.callouts
Methods in gg.xp.xivsupport.callouts that return RawModifiedCalloutModifier 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.Methods in gg.xp.xivsupport.callouts with parameters of type RawModifiedCalloutModifier 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) Method parameters in gg.xp.xivsupport.callouts with type arguments of type RawModifiedCalloutModifier and TypeMethodDescriptionvoid
RawModifiedCallout.addExpiryPredicate
(Predicate<RawModifiedCallout<X>> condition) Constructor parameters in gg.xp.xivsupport.callouts with type arguments of type RawModifiedCalloutModifierConstructorDescriptionRawModifiedCallout
(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
Methods in gg.xp.xivsupport.events.triggers.seq that return RawModifiedCalloutModifier 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.Methods in gg.xp.xivsupport.events.triggers.seq with parameters of type RawModifiedCalloutModifier 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
Constructors in gg.xp.xivsupport.speech with parameters of type RawModifiedCallout