Map Persistent Data Type
class MapPersistentDataType<K, V>(keyType: PersistentDataType<*, K>, valueType: PersistentDataType<*, V>) : PersistentDataType<PersistentDataContainer, Map<K, V>> (source)
Functions
Link copied to clipboard
open override fun fromPrimitive(primitive: PersistentDataContainer, context: PersistentDataAdapterContext): Map<K, V>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toPrimitive(complex: Map<K, V>, context: PersistentDataAdapterContext): PersistentDataContainer