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
/
PlayerCommandRequest
Player
Command
Request
data
class
PlayerCommandRequest
(
val
playerId
:
UUID
,
val
command
:
String
,
val
issuedAtMillis
:
Long
,
val
ttlMillis
:
Long
,
val
nonce
:
ByteArray
)
Members
Constructors
Player
Command
Request
Link copied to clipboard
constructor
(
playerId
:
UUID
,
command
:
String
,
issuedAtMillis
:
Long
,
ttlMillis
:
Long
,
nonce
:
ByteArray
)
Properties
command
Link copied to clipboard
val
command
:
String
issued
At
Millis
Link copied to clipboard
val
issuedAtMillis
:
Long
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