Package | Description |
---|---|
li.cil.oc.api |
This API provides interfaces and factory methods for the OpenComputers mod.
|
li.cil.oc.api.component |
This package contains interfaces to be implemented on components.
|
li.cil.oc.api.detail |
This package contains implementation detail interfaces.
|
li.cil.oc.api.driver |
This package contains driver related interfaces.
|
li.cil.oc.api.driver.item |
This package contains item driver related interfaces.
|
li.cil.oc.api.event |
Events dispatched by OpenComputers to allow other mods to hook into some
of its functionality.
|
li.cil.oc.api.fs |
This package contains interfaces used by the file system implementation.
|
li.cil.oc.api.internal |
This package provides interfaces that are implemented by OC internal
classes so that they can be checked for and used by type checking and
casting to these interfaces.
|
li.cil.oc.api.machine |
This package provides low level machine access.
|
li.cil.oc.api.manual |
This package contains manual related interfaces.
|
li.cil.oc.api.nanomachines | |
li.cil.oc.api.network |
This package provides component networking related functionality.
|
li.cil.oc.api.prefab |
This package provides base implementations of some interfaces.
|
li.cil.oc.api.util |