Uses of Class
net.md_5.bungee.api.dialog.input.TextInput.Multiline
Packages that use TextInput.Multiline
Package
Description
Represents the various input controls which may be present on form dialogs.
-
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 maximum length of input, or null to disable any limits.TextInput.multiline()If present, allows users to input multiple lines.Methods in net.md_5.bungee.api.dialog.input with parameters of type TextInput.MultilineModifier and TypeMethodDescriptionTextInput.multiline(TextInput.Multiline multiline) If present, allows users to input multiple lines.Constructors in net.md_5.bungee.api.dialog.input with parameters of type TextInput.MultilineModifierConstructorDescriptionTextInput(@NonNull String key, Integer width, @NonNull BaseComponent label, Boolean labelVisible, String initial, Integer maxLength, TextInput.Multiline multiline)