Home > server > BlockTypeOptions
Options for creating a block type instance.
Signature:
export interface BlockTypeOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) The custom collider options for the block type. | |||
|
number |
The unique numeric identifier for the block type. | ||
|
boolean |
(Optional) Whether the block type is a liquid. | ||
|
string |
The name of the block type. | ||
|
string |
The URI of the texture asset for the block type. |