Companion

object Companion

Functions

Link copied to clipboard
fun fromBase64(base64: String): ItemStack
Link copied to clipboard
fun fromBase64List(base64: List<String>): List<ItemStack>
Link copied to clipboard
fun toBase64(item: ItemStack): String
Link copied to clipboard
fun toBase64List(items: List<ItemStack>): List<String>