Package net.md_5.bungee.api.dialog.input
Class TextInput.Multiline
java.lang.Object
net.md_5.bungee.api.dialog.input.TextInput.Multiline
- Enclosing class:
TextInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()height()The height of this input, default value is 32The height of this input, default value is 32maxLines()The maximum length of input, or null to disable any limitsThe maximum length of input, or null to disable any limitstoString()
-
Constructor Details
-
Multiline
public Multiline()
-
-
Method Details
-
maxLines
The maximum length of input, or null to disable any limits -
height
The height of this input, default value is 32 -
maxLines
The maximum length of input, or null to disable any limits- Returns:
this.
-
height
The height of this input, default value is 32- Returns:
this.
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-