Package net.md_5.bungee.api.dialog
Interface Dialog
-
- All Known Implementing Classes:
ConfirmationDialog,DialogListDialog,MultiActionDialog,MultiActionInputFormDialog,NoticeDialog,ServerLinksDialog,SimpleInputFormDialog
public interface DialogRepresents a dialog GUI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialogBasegetBase()Gets the dialog base which contains the dialog title and other options common to all types of dialogs.voidsetBase(DialogBase base)Sets the dialog base.
-
-
-
Method Detail
-
getBase
DialogBase getBase()
Gets the dialog base which contains the dialog title and other options common to all types of dialogs.- Returns:
- mutable reference to the dialog base
-
setBase
@Internal void setBase(DialogBase base)
Sets the dialog base.
For internal use only as this is mandatory and should be specified in the constructor.- Parameters:
base- the new dialog base
-
-