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

unaryPlus
Link copied to clipboard
operator fun String.unaryPlus()

Properties

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