Author

open class Author

Plugin Author

Constructors

Link copied to clipboard
constructor(name: String)
Constructs an Author with the specified name and an ID of 0
constructor(name: String, id: Long)
Constructs an Author with the specified name and ID
constructor(name: String, id: Long, hyperlink: Boolean)
Constructs an Author with the specified name, ID, and whether to hyperlink the profile.

Functions

Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
open var hyperlink: Boolean
Whether to hyperlink the profile specified by id
Link copied to clipboard
open var id: Long
The id of the plugin author
Link copied to clipboard
open var name: String
The name of the plugin author