Uses of Class
net.md_5.bungee.api.dialog.input.DialogInput
Packages that use DialogInput
Package
Description
Contains the core classes for the display of a
Dialog.Represents the various input controls which may be present on form dialogs.
-
Uses of DialogInput in net.md_5.bungee.api.dialog
Methods in net.md_5.bungee.api.dialog that return types with arguments of type DialogInputMethod parameters in net.md_5.bungee.api.dialog with type arguments of type DialogInputModifier and TypeMethodDescriptionDialogBase.inputs(List<DialogInput> inputs) The inputs to the dialog.Constructor parameters in net.md_5.bungee.api.dialog with type arguments of type DialogInputModifierConstructorDescriptionDialogBase(@NonNull BaseComponent title, BaseComponent externalTitle, List<DialogInput> inputs, List<DialogBody> body, Boolean canCloseWithEscape, Boolean pause, DialogBase.AfterAction afterAction) Creates a newDialogBaseinstance. -
Uses of DialogInput in net.md_5.bungee.api.dialog.input
Subclasses of DialogInput in net.md_5.bungee.api.dialog.inputModifier and TypeClassDescriptionclassRepresents a checkbox input control.classRepresents a number slider input.classRepresents a single option (dropdown) input.classRepresents a textbox input.