Interface | Description |
---|---|
Block | Deprecated
Use
SidedBlock instead, ignoring the side argument if
the side doesn't matter. |
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
Environment s if you wish to
expose some (typically static) information about the device represented by
that environment to a Machine connected to it. |
EnvironmentAware | Deprecated
Use an
EnvironmentProvider instead. |
EnvironmentHost | Deprecated
Use li.cil.oc.api.network.EnvironmentHost directly.
|
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.
|
Item |
Interface for item component drivers.
|
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).
|
SidedBlock |
Interface for side-aware block component drivers.
|
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). |