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
/
ProxyCommandRegistryProtocol
/
encodeSnapshot
encode
Snapshot
fun
encodeSnapshot
(
commands
:
List
<
ProxyCommandDescriptor
>
,
senderId
:
String
=
"proxy"
,
issuedAtMillis
:
Long
=
System.currentTimeMillis()
,
ttlMillis
:
Long
=
DEFAULT_TTL_MILLIS
)
:
ByteArray