ItemStackUtils

Functions

Link copied to clipboard
fun ItemStack.getLoreLine(line: Int, color: Boolean): String
Link copied to clipboard
fun ItemStack.getLoreLineMatches(color: Boolean, filter: (String) -> Boolean = { true }): String
Link copied to clipboard
fun ItemStack.getLoreLineMatchesOrNull(color: Boolean, filter: (String) -> Boolean = { true }): String?
Link copied to clipboard
fun ItemStack.getProperty(key: String): String?
Link copied to clipboard
fun ItemStack.giveItem(slot: Int)
Link copied to clipboard
fun ItemStack.loreLines(color: Boolean): List<String>