Uses of Interface
net.md_5.bungee.api.dialog.Dialog
Packages that use Dialog
Package
Description
Contains the core classes for the display of a
Dialog.Contains dialog extensions to the chat API.
-
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 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.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(@NonNull DialogBase base, List<Dialog> dialogs, ActionButton exitAction, Integer columns, Integer 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