Class ScheduledUpdater

java.lang.Object
com.prineside.tdi2.ScheduledUpdater
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable

public final class ScheduledUpdater extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Details

  • Constructor Details

    • ScheduledUpdater

      public ScheduledUpdater()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • getConfigurations

      public com.badlogic.gdx.utils.DelayedRemovalArray<ScheduledUpdater.UpdatableConfiguration> getConfigurations()
    • process

      public void process(float deltaTime)
    • add

      public void add(ScheduledUpdater.Updatable updatable, float updateInterval)
    • remove

      public boolean remove(ScheduledUpdater.Updatable updatable)
    • clear

      public void clear()