Interface DebugInstructions

All Known Implementing Classes:
PonderSceneBuilder.PonderDebugInstructions

public interface DebugInstructions
  • Method Details

    • debugSchematic

      void debugSchematic()
    • addInstructionInstance

      void addInstructionInstance(PonderInstruction instruction)
    • enqueueCallback

      void enqueueCallback(Consumer<PonderScene> callback)