Class BungeeDialogOpener
java.lang.Object
io.github.projectunified.unidialog.bungeecord.opener.BungeeDialogOpener
- All Implemented Interfaces:
DialogOpener
- Direct Known Subclasses:
SpigotDialogOpener
The Bungee implementation of the dialog opener
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBungeeDialogOpener(net.md_5.bungee.api.dialog.Dialog dialog) Create a new dialog opener -
Method Summary
Modifier and TypeMethodDescriptionnet.md_5.bungee.api.dialog.DialogGet the dialog to openMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.projectunified.unidialog.core.opener.DialogOpener
open
-
Constructor Details
-
BungeeDialogOpener
protected BungeeDialogOpener(net.md_5.bungee.api.dialog.Dialog dialog) Create a new dialog opener- Parameters:
dialog- the dialog to open
-
-
Method Details
-
getDialog
public net.md_5.bungee.api.dialog.Dialog getDialog()Get the dialog to open- Returns:
- the dialog to open
-