Uses of Class
net.md_5.bungee.api.dialog.input.TextInput
Packages that use TextInput
Package
Description
Represents the various input controls which may be present on form dialogs.
-
Uses of TextInput in net.md_5.bungee.api.dialog.input
Methods in net.md_5.bungee.api.dialog.input that return TextInputModifier and TypeMethodDescriptionThe initial value of this text input.TextInput.label(@NonNull BaseComponent label) The label of this text input.TextInput.labelVisible(Boolean labelVisible) The visibility of this text input's label.The maximum length of the input (default: 32).TextInput.multiline(TextInput.Multiline multiline) If present, allows users to input multiple lines.