Class EngineTicker

java.lang.Object
com.blackrook.engine.EngineTicker

public class EngineTicker extends Object
An update thread class that updates all updatable objects on a set interval.
Author:
Matthew Tropiano
  • Method Details

    • start

      public void start()
      Starts the updater.
    • stop

      public void stop()
      Stops the updater.