Package-level declarations

Types

Link copied to clipboard
class ItemStackArrayPersistentDataType : PersistentDataType<Array<PersistentDataContainer>, Array<ItemStack?>>

This class represents a PersistentDataType, that is used to save an indexed array of ItemStacks to be saved to a PersistentDataContainer. Useful for storing data about an inventory.

Link copied to clipboard
object LocationSerializer : KSerializer<Location?>

This object is a serializer designed to be used with the Kotlin serialization library. It serialized and deserializes Location data, as it's defined by Bukkit.

Link copied to clipboard
object MiniMessageSerializer : KSerializer<Component>

This object is a serializer designed to be used with the Kotlin serialization library. Makes use of the already existing Component to MiniMessage format serializer