Uses of Class
net.md_5.bungee.api.dialog.input.TextInput.Multiline
-
Packages that use TextInput.Multiline Package Description net.md_5.bungee.api.dialog.input -
-
Uses of TextInput.Multiline in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return TextInput.Multiline Modifier and Type Method Description TextInput.MultilineTextInput.Multiline. height(Integer height)The height of this input, default value is 32TextInput.MultilineTextInput.Multiline. maxLines(Integer maxLines)The maximum length of input, or null to disable any limitsTextInput.MultilineTextInput. multiline()if set, allows users to input multiple linesMethods in net.md_5.bungee.api.dialog.input with parameters of type TextInput.Multiline Modifier and Type Method Description TextInputTextInput. multiline(TextInput.Multiline multiline)if set, allows users to input multiple linesConstructors in net.md_5.bungee.api.dialog.input with parameters of type TextInput.Multiline Constructor Description TextInput(String key, int width, BaseComponent label, boolean labelVisible, String initial, Integer maxLength, TextInput.Multiline multiline)
-