Interface | Description |
---|---|
ILuaContext |
An interface passed to peripherals and ILuaObjects' by computers or turtles, providing methods
that allow the peripheral call to wait for events before returning, just like in lua.
|
ILuaObject |
An interface for representing custom objects returned by IPeripheral.callMethod() calls.
|