Applied Energistics 2

Applied Energistics 2

137M Downloads

Decouple `IExternalPowerSink` from `IAEPowerStorage`

yueh opened this issue ยท 1 comments

commented

IExternalPowerSink is mostly used as wrapper to ensure the power units are converted correctly, but there is no need to have it extend IAEPowerStorage as it will only allow inputting.

The internal implementation can then still wrap an IAEPowerStorage. E.g. to charge inscribers or chargers directly with FE.

Also it should be considered to move it into the internal package as this does really offer anything to an API consumer.

commented

Not something very important for us at the moment.