Go Back
Induction Matrix¶
The Induction Matrix is a multiblock structure from mekanism made to store large amounts of energy.
Info
Energy functions will always return in FE. If you want it in joules, multiply the value with 2.5
The functions which returns a value in percent, will return a number between 1-0. (50% would be 0.5)
Functions¶
Function | Returns | Description |
---|---|---|
getEnergy() | int | Returns the amount of stored energy. |
getLastInput() | int | Returns the input rate per tick. |
getLastOutput() | int | Returns the output rate per tick. |
getEnergyNeeded() | int | Returns the amount of energy that is needed to fill the matrix. |
getEnergyFilledPercentage() | int | Returns the amount of the energy in percent. |
getTransferCap() | table | Returns the max transfer rate per tick. This is defined by the amount of induction providers |
getInstalledCells() | int | Returns the amount of the installed induction cells. |
getInstalledProviders() | int | Returns the amount of the installed induction providers. |
getMaxEnergy() | int | Returns the capacity of the induction matrix. |
Changelog/Trivia¶
0.6b Added integration for Mekanism