Uses of Class
net.md_5.bungee.api.dialog.input.TextInput.Multiline
Packages that use TextInput.Multiline
-
Uses of TextInput.Multiline in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return TextInput.MultilineModifier and TypeMethodDescriptionThe height of this input, default value is 32The maximum length of input, or null to disable any limitsTextInput.multiline()if set, allows users to input multiple linesMethods in net.md_5.bungee.api.dialog.input with parameters of type TextInput.MultilineModifier and TypeMethodDescriptionTextInput.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.MultilineModifierConstructorDescriptionTextInput(String key, int width, BaseComponent label, boolean labelVisible, String initial, Integer maxLength, TextInput.Multiline multiline)