blob: 4de70a1bcb62bc4148b9af0da5f878da5e6d2bec [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.0")
package li.cil.oc.api.component;