NBTList.toString

  1. string toString()
  2. string toString(int lineLength)
    class NBTList
    string
    toString

Return Value

Type: string

the list with a specified line width. "NBTList('name') = [each element.toString]" if longer than lineLength will return "NBTList('name') = [each el..."

Meta