io_type¶
- class IOTypeMixin(
- io_type: 'input' | 'output' | None =
'input', - *,
- extra_keys: dict[str, Any] | None =
None, Gives an entity a Input/Output type.
- io_type : Literal['input', 'output', None]¶
Serialized
This attribute is imported/exported from blueprint strings.
Whether this entity is set to recieve or send items. Used to differentiate between input and output underground belts, as well as whether or not a loader inserts or removes items from an adjacent container.