Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.mod
/
GuardedServiceRegistry
Guarded
Service
Registry
class
GuardedServiceRegistry
(
delegate
:
ServiceRegistry
,
guard
:
ModCapabilityGuard
)
:
ServiceRegistry
Members
Constructors
Guarded
Service
Registry
Link copied to clipboard
constructor
(
delegate
:
ServiceRegistry
,
guard
:
ModCapabilityGuard
)
Functions
get
Link copied to clipboard
open
override
fun
<
T
:
Any
>
get
(
key
:
ServiceKey
<
T
>
)
:
T
?
keys
Link copied to clipboard
open
override
fun
keys
(
)
:
Set
<
ServiceKey
<
*
>
>
register
Link copied to clipboard
open
override
fun
<
T
:
Any
>
register
(
key
:
ServiceKey
<
T
>
,
service
:
T
)
unregister
Link copied to clipboard
open
override
fun
<
T
:
Any
>
unregister
(
key
:
ServiceKey
<
T
>
)