pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.datatypes
/
MapPersistentDataType
/
Companion
/
mapTypeFrom
map
Type
From
fun
<
K
,
V
>
mapTypeFrom
(
keyType
:
PersistentDataType
<
*
,
K
>
,
valueType
:
PersistentDataType
<
*
,
V
>
)
:
PersistentDataType
<
PersistentDataContainer
,
Map
<
K
,
V
>
>
(
source
)