space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
BlockItem
Block
Item
common
@
Serializable
data
class
BlockItem
(
val
visible
:
Boolean
,
val
text
:
String
,
val
block
:
Block
)
:
BlockOrGroupItem
Content copied to clipboard
Constructors
Properties
Constructors
Block
Item
Link copied to clipboard
common
fun
BlockItem
(
visible
:
Boolean
,
text
:
String
,
block
:
Block
)
Content copied to clipboard
Properties
block
Link copied to clipboard
common
val
block
:
Block
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