Interface Engine

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
AIEngine, EventEngine, GraphicsEngine, InputEngine, NetworkEngine, PhysicsEngine, SoundEngine

interface Engine
extends java.lang.Runnable
Engine implementation. Used by all Engine's that Kernel use.
  • Method Summary

    Modifier and Type Method Description
    void init()
    Initialize the Engine.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • init

      void init()
      Initialize the Engine.