Interface NoticeDialog<I,BB extends DialogBodyBuilder<I>,IB extends DialogInputBuilder,D extends Dialog<I,BB,IB,?>,AB extends DialogActionBuilder<D,AB>,T extends NoticeDialog<I,BB,IB,D,AB,T>>
- Type Parameters:
I
- the type of the item for the item bodyBB
- the type of the dialog body builderIB
- the type of the dialog input builderD
- the type of the base dialogAB
- the type of the dialog action builderT
- the type of the notice dialog itself, for method chaining
- All Superinterfaces:
Dialog<I,
BB, IB, T>
- All Known Implementing Classes:
PaperNoticeDialog
,PENoticeDialog
,SpigotNoticeDialog
public interface NoticeDialog<I,BB extends DialogBodyBuilder<I>,IB extends DialogInputBuilder,D extends Dialog<I,BB,IB,?>,AB extends DialogActionBuilder<D,AB>,T extends NoticeDialog<I,BB,IB,D,AB,T>>
extends Dialog<I,BB,IB,T>
Interface representing a notice dialog.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.projectunified.unidialog.core.dialog.Dialog
Dialog.AfterAction
-
Method Summary
Methods inherited from interface io.github.projectunified.unidialog.core.dialog.Dialog
afterAction, body, body, canCloseWithEscape, externalTitle, input, input, opener, pause, title
-
Method Details
-
action
Set the action of the notice dialog- Parameters:
action
- the action to be performed- Returns:
- the notice dialog itself for method chaining
-