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.config.adapter
/
KeyedConfigAdapter
/
Companion
/
fromRegistry
from
Registry
@
JvmStatic
fun
<
T
:
Keyed
>
fromRegistry
(
clazz
:
Class
<
T
>
,
registry
:
PylonRegistry
<
T
>
)
:
ConfigAdapter
<
T
>
(
source
)
inline
fun
<
T
:
Keyed
>
fromRegistry
(
registry
:
PylonRegistry
<
T
>
)
:
ConfigAdapter
<
T
>
(
source
)
@
JvmStatic
fun
<
T
:
Keyed
>
fromRegistry
(
clazz
:
Class
<
T
>
,
registry
:
Registry
<
T
>
)
:
ConfigAdapter
<
T
>
(
source
)
inline
fun
<
T
:
Keyed
>
fromRegistry
(
registry
:
Registry
<
T
>
)
:
ConfigAdapter
<
T
>
(
source
)