ItemMetaLoreBuilder

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

class ItemMetaLoreBuilder

Constructors

ItemMetaLoreBuilder
Link copied to clipboard
fun ItemMetaLoreBuilder()

Functions

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

Properties

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