| Interface | Description |
|---|---|
| Converter |
A converter is a callback that can be used to transparently convert Java
types to something that can be pushed to a machine's architecture.
|
| DeviceInfo |
Implement this on
Environments if you wish to
expose some (typically static) information about the device represented by
that environment to a Machine connected to it. |
| DriverBlock |
Interface for side-aware block component drivers.
|
| DriverItem |
Interface for item component drivers.
|
| EnvironmentProvider |
Environment providers allow OpenComputers to resolve item stacks to the
environments generated by the block or item component of the stack.
|
| InventoryProvider |
Inventory providers are used to access contents of item inventories.
|
| MethodWhitelist |
This interface can be implemented by environments to enforce a method
whitelist.
|
| NamedBlock |
This interface can be added to environments generated by block
drivers to provide a 'preferred name' in case the driver is merged with
other block drivers (interface based drivers such as for IInventory).
|
| Class | Description |
|---|---|
| DeviceInfo.DeviceAttribute |
Recommended list of key values for the device info table.
|
| DeviceInfo.DeviceClass |
Recommended list of values for the
class attribute (see above). |