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
/
ProxyCommandRegistrySnapshot
Proxy
Command
Registry
Snapshot
data
class
ProxyCommandRegistrySnapshot
(
val
senderId
:
String
,
val
issuedAtMillis
:
Long
,
val
ttlMillis
:
Long
,
val
nonce
:
ByteArray
,
val
commands
:
List
<
ProxyCommandDescriptor
>
)
Members
Constructors
Proxy
Command
Registry
Snapshot
Link copied to clipboard
constructor
(
senderId
:
String
,
issuedAtMillis
:
Long
,
ttlMillis
:
Long
,
nonce
:
ByteArray
,
commands
:
List
<
ProxyCommandDescriptor
>
)
Properties
commands
Link copied to clipboard
val
commands
:
List
<
ProxyCommandDescriptor
>
issued
At
Millis
Link copied to clipboard
val
issuedAtMillis
:
Long
nonce
Link copied to clipboard
val
nonce
:
ByteArray
sender
Id
Link copied to clipboard
val
senderId
:
String
ttl
Millis
Link copied to clipboard
val
ttlMillis
:
Long