blob: 168e5d3646daed347d38a385ed5bdd05a275175e [file] [log] [blame] [raw]
/**
* This package contains driver related interfaces.
* <p/>
* Drivers are used to add items and third party blocks to the internal network,
* which is mostly used to make components wrapping them available to computers.
*/
@cpw.mods.fml.common.API(
owner = API.ID_OWNER,
provides = "OpenComputersAPI|Driver",
apiVersion = API.VERSION)
package li.cil.oc.api.driver;
import li.cil.oc.api.API;