You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: