Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the CoFH DriverEnergyHandler to DriverEnergyProvider and DriverEnergyReceiver #989

Closed
Vexatos opened this issue Mar 31, 2015 · 1 comment
Milestone

Comments

@Vexatos
Copy link
Contributor

Vexatos commented Mar 31, 2015

This would add integration to a lot of blocks that are not IEnergyHandlers. See this and this for how to do it. I recommend preferring one (I preferred IEnergyReceiver) and put a !(te instanceof IEnergyReceiver) into the IEnergyProvider driver so the methods do not get added twice unnecessarily.
Make sure you depend on version 1.0.0 or later of the CoFH API for this.

@fnuecke
Copy link
Member

fnuecke commented Mar 31, 2015

Thanks for the reminder! I think this should cover everything, and remain backwards compatible.

@fnuecke fnuecke added this to the v1.5.5 milestone Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants