blob: 22979470378dac5491b374457e47f1a6cb4055b4 [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.
*/
@net.minecraftforge.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;