Interface LReadable

All Known Implementing Classes:
CanvasBlock.CanvasBuild, LogicBlock.LogicBuild, MemoryBlock.MemoryBuild, MessageBlock.MessageBuild

public interface LReadable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(LVar position, LVar output)
     
    boolean
     
  • Method Details

    • readable

      boolean readable(LExecutor exec)
    • read

      void read(LVar position, LVar output)