Package net.md_5.bungee.api.dialog.input
Class DialogInput
java.lang.Object
net.md_5.bungee.api.dialog.input.DialogInput
- Direct Known Subclasses:
BooleanInput,NumberRangeInput,SingleOptionInput,TextInput
Represents a type of input which may be displayed/submitted with a form
dialog.
-
Constructor Summary
ConstructorsConstructorDescriptionDialogInput(@NonNull String type, @NonNull String key) Creates a newDialogInputinstance. -
Method Summary
-
Constructor Details
-
DialogInput
Creates a newDialogInputinstance.- Parameters:
type- The internal input type.key- The key corresponding to this input and associated with the value submitted.
-
-
Method Details