Uses of Interface
io.github.projectunified.unidialog.adventure.support.AdventureSupport
Packages that use AdventureSupport
Package
Description
-
Uses of AdventureSupport in io.github.projectunified.unidialog.adventure.action
Subinterfaces of AdventureSupport in io.github.projectunified.unidialog.adventure.actionModifier and TypeInterfaceDescriptioninterfaceAdventureDialogActionBuilder<D extends Dialog<?,?, ?, ?>, T extends AdventureDialogActionBuilder<D, T>> An extension ofDialogActionBuilderthat provides additional methods forComponentlabels and tooltips. -
Uses of AdventureSupport in io.github.projectunified.unidialog.adventure.body
Subinterfaces of AdventureSupport in io.github.projectunified.unidialog.adventure.bodyModifier and TypeInterfaceDescriptioninterfaceAdventureTextBody<T extends AdventureTextBody<T>>An extension ofTextBodythat provides additional methods for handlingComponenttext. -
Uses of AdventureSupport in io.github.projectunified.unidialog.adventure.dialog
Subinterfaces of AdventureSupport in io.github.projectunified.unidialog.adventure.dialogModifier and TypeInterfaceDescriptioninterfaceAdventureDialog<I,BB extends DialogBodyBuilder<I>, IB extends DialogInputBuilder, T extends AdventureDialog<I, BB, IB, T>> An extension ofDialogthat provides additional methods for handlingComponenttitles and external titles. -
Uses of AdventureSupport in io.github.projectunified.unidialog.adventure.input
Subinterfaces of AdventureSupport in io.github.projectunified.unidialog.adventure.inputModifier and TypeInterfaceDescriptioninterfaceAdventureBooleanInput<T extends AdventureBooleanInput<T>>An extension ofBooleanInputthat provides additional methods for handlingComponentlabels.interfaceAdventureNumberRangeInput<T extends AdventureNumberRangeInput<T>>An extension ofNumberRangeInputthat provides additional methods for handlingComponentlabels.interfaceAdventureSingleOptionInput<T extends AdventureSingleOptionInput<T>>An extension ofSingleOptionInputthat provides additional methods for handlingComponentlabels and options.interfaceAdventureTextInput<T extends AdventureTextInput<T>>An extension ofTextInputthat provides additional methods for handlingComponentlabels. -
Uses of AdventureSupport in io.github.projectunified.unidialog.packetevents.action
Classes in io.github.projectunified.unidialog.packetevents.action that implement AdventureSupportModifier and TypeClassDescriptionclassA PacketEvents-based implementation ofAdventureDialogActionBuilderfor building dialog actions. -
Uses of AdventureSupport in io.github.projectunified.unidialog.packetevents.body
Classes in io.github.projectunified.unidialog.packetevents.body that implement AdventureSupportModifier and TypeClassDescriptionclassA PacketEvents-based implementation ofAdventureTextBodyfor building text bodies. -
Uses of AdventureSupport in io.github.projectunified.unidialog.packetevents.dialog
Classes in io.github.projectunified.unidialog.packetevents.dialog that implement AdventureSupportModifier and TypeClassDescriptionclassA PacketEvents-based implementation ofConfirmationDialog.classA PacketEvents-based implementation ofAdventureDialogfor building dialogs.classA PacketEvents-based implementation ofDialogListDialogfor building dialog list dialogs.classA PacketEvents-based implementation ofMultiActionDialogfor building multi-action dialogs.classA PacketEvents-based implementation ofNoticeDialogfor building notice dialogs.classA PacketEvents-based implementation ofServerLinksDialogfor building server links dialogs. -
Uses of AdventureSupport in io.github.projectunified.unidialog.packetevents.input
Classes in io.github.projectunified.unidialog.packetevents.input that implement AdventureSupportModifier and TypeClassDescriptionclassA PacketEvents-based implementation ofAdventureBooleanInputfor boolean inputs.classA PacketEvents-based base class for dialog inputs.classA PacketEvents-based implementation ofDialogInputBuilderfor building dialog inputs.classA PacketEvents-based implementation ofAdventureNumberRangeInputfor number range inputs.classA PacketEvents-based implementation ofAdventureSingleOptionInputfor single option inputs.classA PacketEvents-based implementation ofAdventureTextInputfor text inputs. -
Uses of AdventureSupport in io.github.projectunified.unidialog.paper.action
Classes in io.github.projectunified.unidialog.paper.action that implement AdventureSupportModifier and TypeClassDescriptionclassBuilder for dialog actions on the Paper platform -
Uses of AdventureSupport in io.github.projectunified.unidialog.paper.body
Classes in io.github.projectunified.unidialog.paper.body that implement AdventureSupportModifier and TypeClassDescriptionclassRepresents a text dialog body for the Paper platform -
Uses of AdventureSupport in io.github.projectunified.unidialog.paper.dialog
Classes in io.github.projectunified.unidialog.paper.dialog that implement AdventureSupportModifier and TypeClassDescriptionclassA confirmation dialog for the Paper platformclassPaperDialog<T extends PaperDialog<T>>Base class for dialogs on the Paper platformclassA dialog list dialog for the Paper platformclassA multi-action dialog for the Paper platformclassA notice dialog for the Paper platformclassA server links dialog for the Paper platform -
Uses of AdventureSupport in io.github.projectunified.unidialog.paper.input
Classes in io.github.projectunified.unidialog.paper.input that implement AdventureSupportModifier and TypeClassDescriptionclassA boolean input for the Paper platformclassBase class for dialog inputs on the Paper platformclassBuilder for dialog inputs on the Paper platformclassA number range input for the Paper platformclassA single option input for the Paper platformclassA text input for the Paper platform