| 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.
|
| Item |
Interface for item component drivers.
|
| Memory |
Use this interface to implement item drivers extending the memory of a computer.
|
| 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).
|
| Processor |
Use this interface to implement item drivers extending the number of
components a server can control.
|
| Enum | Description |
|---|---|
| Slot |
List of possible item component types.
|