space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
BlockGroupItem
Block
Group
Item
common
@
Serializable
data
class
BlockGroupItem
(
val
visible
:
Boolean
,
val
text
:
String
,
val
name
:
String
,
val
blocks
:
List
<
Block
>
)
:
BlockOrGroupItem
Content copied to clipboard
Constructors
Properties
Constructors
Block
Group
Item
Link copied to clipboard
common
fun
BlockGroupItem
(
visible
:
Boolean
,
text
:
String
,
name
:
String
,
blocks
:
List
<
Block
>
)
Content copied to clipboard
Properties
blocks
Link copied to clipboard
common
val
blocks
:
List
<
Block
>
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
text
Link copied to clipboard
common
open
override
val
text
:
String
Content copied to clipboard
visible
Link copied to clipboard
common
open
override
val
visible
:
Boolean
Content copied to clipboard