Uses of Interface
io.github.projectunified.unidialog.adventure.dialog.AdventureDialog
Packages that use AdventureDialog
Package
Description
-
Uses of AdventureDialog in io.github.projectunified.unidialog.adventure.dialog
Classes in io.github.projectunified.unidialog.adventure.dialog with type parameters of type AdventureDialogModifier 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 AdventureDialog in io.github.projectunified.unidialog.packetevents.dialog
Classes in io.github.projectunified.unidialog.packetevents.dialog that implement AdventureDialogModifier 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 AdventureDialog in io.github.projectunified.unidialog.paper.dialog
Classes in io.github.projectunified.unidialog.paper.dialog that implement AdventureDialogModifier 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