Interface LWritable

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

public interface LWritable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    write(LVar position, LVar value)
     
  • Method Details

    • writable

      boolean writable(LExecutor exec)
    • write

      void write(LVar position, LVar value)