quilt-kotlin-libraries
0.1.0
qsl
/
org.quiltmc.qkl.wrapper.qsl.registry
/
register
register
fun
<
V
>
Registry
<
in
V
>
.
register
(
id
:
Identifier
,
value
:
V
,
block
:
RegistryExtensions.BuiltinAttachmentBuilder
<
in
V
>
.
(
)
->
Unit
)
Content copied to clipboard
Register a
value
with the given
id
in this registry.
Author
sschr15