blob: 04a5d19eccf10d2d356b8c95dadda28f851e42ba [file] [log] [blame] [raw]
/**
* 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;