It lets you signify whether a machine has work to do (including when it is doing work) (so, for example, if an assembler has a robot ready to assemble, a computer is running, etc.)
https://github.com/BuildCraft/BuildCraft/blob/6.1.x/api/buildcraft/api/tiles/IHasWork.java
This one goes on the tile entity. Really, all it does is add a "has work?" gate to BC so far, but other mods might use it in the future (hopefully)
It lets you signify whether a machine has work to do (including when it is doing work) (so, for example, if an assembler has a robot ready to assemble, a computer is running, etc.)
https://github.com/BuildCraft/BuildCraft/blob/6.1.x/api/buildcraft/api/tiles/IHasWork.java
This one goes on the tile entity. Really, all it does is add a "has work?" gate to BC so far, but other mods might use it in the future (hopefully)