blob: e6972404ad05ea50d34697f6989ce591bc373182 [file] [log] [blame] [raw]
/**
* This package contains interfaces to be implemented on components.
* <p/>
* This will allow OpenComputers to provide some more advanced integration
* with your components.
*/
@cpw.mods.fml.common.API(
owner = API.ID_OWNER,
provides = "OpenComputersAPI|Component",
apiVersion = API.VERSION)
package li.cil.oc.api.component;
import li.cil.oc.api.API;