Uses of Class
net.md_5.bungee.api.dialog.input.InputOption
Packages that use InputOption
-
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) InputOption.initial(boolean initial) Methods in net.md_5.bungee.api.dialog.input that return types with arguments of type InputOptionMethod parameters in net.md_5.bungee.api.dialog.input with type arguments of type InputOptionConstructors in net.md_5.bungee.api.dialog.input with parameters of type InputOptionModifierConstructorDescriptionSingleOptionInput(String key, BaseComponent label, InputOption... options) Constructor parameters in net.md_5.bungee.api.dialog.input with type arguments of type InputOptionModifierConstructorDescriptionSingleOptionInput(String key, int width, BaseComponent label, boolean labelVisible, List<InputOption> options)