Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.ptb
/
Command
/
Publish
Publish
@
Serializable
data
class
Publish
(
val
bytes
:
List
<
List
<
Byte
>
>
,
val
dependencies
:
List
<
ObjectId
>
)
:
Command
Members
Constructors
Publish
Link copied to clipboard
constructor
(
bytes
:
List
<
List
<
Byte
>
>
,
dependencies
:
List
<
ObjectId
>
)
Properties
bytes
Link copied to clipboard
val
bytes
:
List
<
List
<
Byte
>
>
dependencies
Link copied to clipboard
val
dependencies
:
List
<
ObjectId
>
list
Link copied to clipboard
val
list
:
List
<
Command
>