| Interface | Description |
|---|---|
| IMount |
Represents a read only part of a virtual filesystem that can be mounted onto a computer using
IComputerAccess.mount(String, IMount)
Ready made implementations of this interface can be created using
ComputerCraftAPI.createSaveDirMount(World, String, long) or
ComputerCraftAPI.createResourceMount(Class, String, String), or you're free to implement it yourselves! |
| IWritableMount |
Represents a part of a virtual filesystem that can be mounted onto a computer using
IComputerAccess.mount(String, IMount)
or IComputerAccess.mountWritable(String, IWritableMount), that can also be written to. |