public interface IComputerSystem extends IComputerAccess
ILuaAPIFactory
in order to provide additional information
about a computer.Modifier and Type | Method and Description |
---|---|
IFileSystem |
getFileSystem()
Get the file system for this computer.
|
java.lang.String |
getLabel()
Get the label for this computer
|
getAttachmentName, getAvailablePeripheral, getAvailablePeripherals, getID, mount, mount, mountWritable, mountWritable, queueEvent, unmount
@Nullable IFileSystem getFileSystem()
null
if it is not initialised.@Nullable java.lang.String getLabel()
null
if it is not set.