| Interface | Description |
|---|---|
| AEColoredItemDefinition | |
| IClientHelper | |
| ICommonTile | |
| IConfigManager |
Used to adjust settings on an object,
Obtained via
IConfigurableObject |
| 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 |
|---|---|
| AEAxisAlignedBB |
Mutable stand in for Axis Aligned BB, this was used to prevent GC Thrashing..
|
| 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 |
|---|---|
| AECableSize | |
| AECableType | |
| AECableVariant | |
| AEColor |
List of all colors supported by AE, their names, and various colors for display.
|
| AEPartLocation |
Stand in for previous Forge Direction, Several uses of this class are simply legacy where as some uses of this class
are intended.
|