Uses of Interface
net.md_5.bungee.api.dialog.Dialog
Packages that use Dialog
-
Uses of Dialog in net.md_5.bungee.api.dialog
Classes in net.md_5.bungee.api.dialog that implement DialogModifier and TypeClassDescriptionfinal classRepresents a simple dialog with text and two actions at the bottom (default: "yes", "no").final classRepresents a dialog which contains buttons that link to other dialogs.final classRepresents a dialog with text a list of action buttons grouped into columns and scrollable if necessary.final classRepresents a dialog which contains a variety of inputs and a multiple submit buttons at the bottom.final classRepresents a simple dialog with text and one action at the bottom (default: "OK").final classRepresents a dialog which shows the links configured/sent from the server.final classRepresents a dialog which contains a variety of inputs and a single submit button at the bottom.Methods in net.md_5.bungee.api.dialog that return types with arguments of type DialogModifier and TypeMethodDescriptionDialogListDialog.dialogs()The child dialogs behind each button.Method parameters in net.md_5.bungee.api.dialog with type arguments of type DialogModifier and TypeMethodDescriptionThe child dialogs behind each button.Constructors in net.md_5.bungee.api.dialog with parameters of type DialogConstructor parameters in net.md_5.bungee.api.dialog with type arguments of type DialogModifierConstructorDescriptionDialogListDialog(DialogBase base, List<Dialog> dialogs, ClickEvent onCancel, int columns, int buttonWidth) -
Uses of Dialog in net.md_5.bungee.api.dialog.chat
Methods in net.md_5.bungee.api.dialog.chat that return DialogMethods in net.md_5.bungee.api.dialog.chat with parameters of type DialogModifier and TypeMethodDescriptionvoidDialog to show.Constructors in net.md_5.bungee.api.dialog.chat with parameters of type Dialog