See: Description
| Class | Description |
|---|---|
| AbstractValue |
Basic implementation for the Value interface.
|
| DriverBlock |
If you wish to create a block component for a third-party block, i.e.
|
| DriverItem |
If you wish to create item components such as the network card or hard drives
you will need an item driver.
|
| DriverTileEntity | |
| ManagedEnvironment |
Simple base implementation of the ManagedEnvironment interface, so
unused methods don't clutter the implementing class.
|
| TileEntityEnvironment |
TileEntities can implement the
Environment
interface to allow them to interact with the component network, by providing
a Node and connecting it to said network. |
| TileEntitySidedEnvironment |
TileEntities can implement the
SidedEnvironment
interface to allow them to interact with the component network, by providing
a separate Node for each block face, and
connecting it to said network. |