Package net.md_5.bungee.api.dialog.input
Class TextInput.Multiline
- java.lang.Object
-
- net.md_5.bungee.api.dialog.input.TextInput.Multiline
-
-
Constructor Summary
Constructors Constructor Description Multiline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()Integerheight()The height of this input, default value is 32TextInput.Multilineheight(Integer height)The height of this input, default value is 32IntegermaxLines()The maximum length of input, or null to disable any limitsTextInput.MultilinemaxLines(Integer maxLines)The maximum length of input, or null to disable any limitsStringtoString()
-
-
-
Method Detail
-
maxLines
public Integer maxLines()
The maximum length of input, or null to disable any limits
-
height
public Integer height()
The height of this input, default value is 32
-
maxLines
public TextInput.Multiline maxLines(Integer maxLines)
The maximum length of input, or null to disable any limits- Returns:
this.
-
height
public TextInput.Multiline height(Integer height)
The height of this input, default value is 32- Returns:
this.
-
canEqual
protected boolean canEqual(Object other)
-
-