/** * Events dispatched by OpenComputers to allow other mods to hook into some * of its functionality. */ @net.minecraftforge.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;