blob: b17baf88762a73d8c0451db4e4b582011d16034b [file] [log] [blame] [raw]
/**
* This package provides interfaces to allow interacting with some components.
* <p/>
* These interfaces allow more specific interaction with some of OpenComputers'
* components, which would otherwise require reflection or linking against the
* mod itself.
*/
@cpw.mods.fml.common.API(
owner = "OpenComputers|Core",
provides = "OpenComputersAPI|Component",
apiVersion = "3.0.1")
package li.cil.oc.api.component;