Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.service
/
ServiceKey
Service
Key
data
class
ServiceKey
<
T
:
Any
>
(
val
type
:
Class
<
T
>
,
val
name
:
String
=
"default"
)
Identifies a service instance in the registry.
Members
Constructors
Service
Key
Link copied to clipboard
constructor
(
type
:
Class
<
T
>
,
name
:
String
=
"default"
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
Class
<
T
>