Class BungeeDialogInput
java.lang.Object
io.github.projectunified.unidialog.bungeecord.input.BungeeDialogInput
- Direct Known Subclasses:
BungeeBooleanInput,BungeeDialogInputBuilder,BungeeNumberRangeInput,BungeeSingleOptionInput,BungeeTextInput
The Bungee implementation of the dialog input
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract net.md_5.bungee.api.dialog.input.DialogInputGet the Bungee dialog input
-
Field Details
-
key
The key of the input
-
-
Constructor Details
-
BungeeDialogInput
Create a new dialog input- Parameters:
key- the key of the input
-
-
Method Details
-
getDialogInput
public abstract net.md_5.bungee.api.dialog.input.DialogInput getDialogInput()Get the Bungee dialog input- Returns:
- the Bungee dialog input
-