Feedback

constructor(line: String)

Creates a Feedback instance from a single MiniMessage-formatted string.

Parameters

line

The single message line.


constructor(vararg lines: String)

Creates a Feedback instance from multiple lines using vararg.

Parameters

lines

The lines of the message.


constructor(message: List<String>)