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 io.github.projectunified.unidialog.core.dialog.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 io.github.projectunified.unidialog.core.body.DialogBodyBuilder<I>, IB extends io.github.projectunified.unidialog.core.input.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.