4everCraft Mod
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
4everCraft Mod
4everCraft Mod
/
com.evermod.lorekeeper
/
LorekeeperTalkManager
/
ActiveTalkSnapshot
Active
Talk
Snapshot
data
class
ActiveTalkSnapshot
(
val
playerId
:
UUID
,
val
playerName
:
String
,
val
topic
:
String
?
=
null
,
val
turnCount
:
Int
=
0
,
val
awaitingReply
:
Boolean
=
false
)
(
source
)
Snapshot of an active talk session for external observers.
Members
Constructors
Active
Talk
Snapshot
Link copied to clipboard
constructor
(
playerId
:
UUID
,
playerName
:
String
,
topic
:
String
?
=
null
,
turnCount
:
Int
=
0
,
awaitingReply
:
Boolean
=
false
)
Properties
awaiting
Reply
Link copied to clipboard
val
awaitingReply
:
Boolean
player
Id
Link copied to clipboard
val
playerId
:
UUID
player
Name
Link copied to clipboard
val
playerName
:
String
topic
Link copied to clipboard
val
topic
:
String
?
turn
Count
Link copied to clipboard
val
turnCount
:
Int