Getting the amount of energy from the block

  • I'm making an extension for Waila in which I would like to display information about the current amount of energy of the block, but I can't find how to do it. The only one I've found so far is IEnergyNet.getTile. But it throws a "not applicable clientside" exception. I assume there is no way to find out the amount of energy of the block?

  • well I know literally nothing about Minecraft and modded Minecraft APIs but it is definitely possible to get the energy client side because the client has to display the energy meter in the block's GUI. Perhaps the client just has to ask the server for the energy amount? Some sort of API wiki/documentation for IC2 would be useful, but I don't know if one exists