Package net. axay. kspigot. items
Types
CustomItemIdentifier
Link copied to clipboard
data class CustomItemIdentifier(customModelData: Int, placeHolderMaterial: Material)
Content copied to clipboard
ItemMetaLoreBuilder
Link copied to clipboard
class ItemMetaLoreBuilder
Content copied to clipboard
Lore builder which uses an ArrayList under the hood.
Functions
addLore
Link copied to clipboard
itemMeta
Link copied to clipboard
removeFlag
Link copied to clipboard
removeFlags
Link copied to clipboard
setLore
Link copied to clipboard
setMeta
Link copied to clipboard
toLoreList
Link copied to clipboard
fun String.toLoreList(vararg lineColors: ChatColor = arrayOf(KColors.RESET), lineLength: Int = 40): List<String>
Content copied to clipboard