Uses of Class
net.md_5.bungee.api.dialog.input.TextInput
-
Packages that use TextInput Package Description net.md_5.bungee.api.dialog.input -
-
Uses of TextInput in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return TextInput Modifier and Type Method Description TextInputTextInput. initial(String initial)The initial value of this text inputTextInputTextInput. label(BaseComponent label)The label of this text inputTextInputTextInput. labelVisible(boolean labelVisible)The visibility of this text inputs labelTextInputTextInput. maxLength(int maxLength)TextInputTextInput. multiline(TextInput.Multiline multiline)if set, allows users to input multiple linesTextInputTextInput. width(int width)The width of this text input
-