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
Package-level
declarations
Types
Types
Service
Key
Link copied to clipboard
data
class
ServiceKey
<
T
:
Any
>
(
val
type
:
Class
<
T
>
,
val
name
:
String
=
"default"
)
Identifies a service instance in the registry.
Service
Registry
Link copied to clipboard
interface
ServiceRegistry
Stores and resolves shared services between mods.