Class LJ_GDX_ai.Schedulable_CT.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Schedulable_CT.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.sched.Schedulable, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.Schedulable_CT

public static class LJ_GDX_ai.Schedulable_CT.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.sched.Schedulable
  • Method Details

    • run

      public void run(long p1)
      Description copied from interface: com.badlogic.gdx.ai.sched.Schedulable
      Method invoked by the Scheduler when this schedulable needs to be run.
      Specified by:
      run in interface com.badlogic.gdx.ai.sched.Schedulable
      Parameters:
      p1 - the maximum time in nanoseconds this scheduler should run on the current frame.