Class TextInput.Multiline

java.lang.Object
net.md_5.bungee.api.dialog.input.TextInput.Multiline
Enclosing class:
TextInput

public static class TextInput.Multiline extends Object
  • Constructor Details

    • Multiline

      public Multiline()
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object