public class API
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.typesafe.config.Config |
config
The loaded config.
|
static DriverAPI |
driver |
static FileSystemAPI |
fileSystem |
static java.lang.String |
ID_OWNER |
static boolean |
isPowerEnabled
Whether OpenComputers uses power.
|
static ItemAPI |
items |
static MachineAPI |
machine |
static ManualAPI |
manual |
static NanomachinesAPI |
nanomachines |
static NetworkAPI |
network |
static java.lang.String |
VERSION |
public static final java.lang.String ID_OWNER
public static final java.lang.String VERSION
public static com.typesafe.config.Config config
public static boolean isPowerEnabled
public static DriverAPI driver
public static FileSystemAPI fileSystem
public static ItemAPI items
public static MachineAPI machine
public static ManualAPI manual
public static NanomachinesAPI nanomachines
public static NetworkAPI network