Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
shared
/
ru.hytalemodding.lineage.shared.command
/
PlayerCommandResponse
Player
Command
Response
data
class
PlayerCommandResponse
(
val
playerId
:
UUID
,
val
message
:
String
,
val
issuedAtMillis
:
Long
,
val
ttlMillis
:
Long
,
val
nonce
:
ByteArray
)
Members
Constructors
Player
Command
Response
Link copied to clipboard
constructor
(
playerId
:
UUID
,
message
:
String
,
issuedAtMillis
:
Long
,
ttlMillis
:
Long
,
nonce
:
ByteArray
)
Properties
issued
At
Millis
Link copied to clipboard
val
issuedAtMillis
:
Long
message
Link copied to clipboard
val
message
:
String
nonce
Link copied to clipboard
val
nonce
:
ByteArray
player
Id
Link copied to clipboard
val
playerId
:
UUID
ttl
Millis
Link copied to clipboard
val
ttlMillis
:
Long