rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.async
/
PlayerScope
Player
Scope
class
PlayerScope
(
val
coroutineContext
:
CoroutineContext
,
playerId
:
UUID
)
:
CoroutineScope
(
source
)
A
CoroutineScope
that is canceled when the player logs out.
Members
Constructors
Player
Scope
Link copied to clipboard
constructor
(
coroutineContext
:
CoroutineContext
,
playerId
:
UUID
)
constructor
(
coroutineContext
:
CoroutineContext
,
player
:
Player
)
Types
Companion
Link copied to clipboard
object
Companion
:
Listener
Properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext