| Interface | Description |
|---|---|
| Block |
Interface for block component drivers.
|
| 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.
|
| EnvironmentAware |
This interface can be added to either item or block drivers.
|
| EnvironmentHost |
To be implemented by 'hosts' of components.
|
| 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).
|