| Name | Default value | Allowed values | Description |
|---|---|---|---|
| conditional | false | falsetrue | True if the command block is in conditional mode. |
| facing | north | downeastnorthsouthupwest | The direction the command block is pointing. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| conditional_bit | 0x8 | false | falsetrue | 01 | True if the command block is in conditional mode. |
| facing_direction | 0x10x20x4 | 0 | 012345 | 012345 | The direction the command block is pointing.
|