| Interface | Description |
|---|---|
| AEColoredItemDefinition | |
| AEItemDefinition | Deprecated
use
ITileDefinition and its sub-classes |
| ICommonTile | |
| IConfigManager |
Used to adjust settings on an object,
|
| IConfigurableObject |
Implemented by various Tiles or Parts in AE
|
| INetworkToolAgent |
Implement on Tile or part to customize if the info gui opens, or an action is preformed.
|
| IOrientable |
Nearly all of AE's Tile Entities implement IOrientable.
|
| IOrientableBlock |
Implemented on many of AE's non Tile Entity Blocks as a way to get a IOrientable.
|
| IReadOnlyCollection<T> |
| Class | Description |
|---|---|
| DimensionalCoord |
Represents a location in the Minecraft Universe
|
| WorldCoord |
Represents a relative coordinate, either relative to another object, or
relative to the origin of a dimension.
|
| Enum | Description |
|---|---|
| AECableType | |
| AEColor |
List of all colors supported by AE, their names, and various colors for display.
|