MapPersistentDataType

Constructors

Link copied to clipboard
constructor(keyType: PersistentDataType<*, K>, valueType: PersistentDataType<*, V>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun fromPrimitive(primitive: PersistentDataContainer, context: PersistentDataAdapterContext): Map<K, V>
Link copied to clipboard
open override fun getComplexType(): Class<Map<K, V>>
Link copied to clipboard
Link copied to clipboard
open override fun toPrimitive(complex: Map<K, V>, context: PersistentDataAdapterContext): PersistentDataContainer