ItemMetaLoreBuilder

class ItemMetaLoreBuilder

Lore builder which uses an ArrayList under the hood. It exists to provide overloaded operator functions.

Constructors

ItemMetaLoreBuilder
Link copied to clipboard
fun ItemMetaLoreBuilder()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
unaryPlus
Link copied to clipboard
operator fun String.unaryPlus()

Properties

lorelist
Link copied to clipboard
val lorelist: ArrayList<String>