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(lineLength: Int = 40, lineColor: ChatColor = KColors.RESET): List<String>
Content copied to clipboard
Properties
customModel
Link copied to clipboard
Provides safe access to the items' customModelData.
lengthWithoutMinecraftColour
Link copied to clipboard
Returns the length of this sequence, ignoring all minecraft colour codes.