/** | |
* Events dispatched by OpenComputers to allow other mods to hook into some | |
* of its functionality. | |
*/ | |
@cpw.mods.fml.common.API( | |
owner = API.ID_OWNER, | |
provides = "OpenComputersAPI|Event", | |
apiVersion = API.VERSION) | |
package li.cil.oc.api.event; | |
import li.cil.oc.api.API; |