Uses of Class
net.md_5.bungee.api.dialog.input.InputOption
Packages that use InputOption
Package
Description
Represents the various input controls which may be present on form dialogs.
-
Uses of InputOption in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return InputOptionModifier and TypeMethodDescriptionInputOption.display(BaseComponent display) The text to display for this option.The string value associated with this option, to be submitted when selected.Whether this option is the one initially selected.Methods in net.md_5.bungee.api.dialog.input that return types with arguments of type InputOptionModifier and TypeMethodDescription@NonNull List<InputOption>SingleOptionInput.options()The non-empty list of options to be selected from.Method parameters in net.md_5.bungee.api.dialog.input with type arguments of type InputOptionModifier and TypeMethodDescriptionSingleOptionInput.options(@NonNull List<InputOption> options) The non-empty list of options to be selected from.Constructors in net.md_5.bungee.api.dialog.input with parameters of type InputOptionModifierConstructorDescriptionSingleOptionInput(@NonNull String key, @NonNull BaseComponent label, @NonNull InputOption... options) Constructor parameters in net.md_5.bungee.api.dialog.input with type arguments of type InputOptionModifierConstructorDescriptionSingleOptionInput(@NonNull String key, Integer width, @NonNull BaseComponent label, Boolean labelVisible, @NonNull List<InputOption> options)