Class LJ_GDX_ai.Scheduler_CU.LIP

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

public static class LJ_GDX_ai.Scheduler_CU.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.sched.Scheduler
  • Field Summary

    Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy

    luaObj
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(com.badlogic.gdx.ai.sched.Schedulable p1, int p2, int p3)
    Adds the schedulable to the list using the given frequency and phase
    void
    addWithAutomaticPhasing(com.badlogic.gdx.ai.sched.Schedulable p1, int p2)
    Adds the schedulable to the list using the given frequency and a phase calculated by this scheduler.
    void
    run(long p1)
    Method invoked by the Scheduler when this schedulable needs to be run.

    Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy

    getLuaObj, read, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • add

      public void add(com.badlogic.gdx.ai.sched.Schedulable p1, int p2, int p3)
      Description copied from interface: com.badlogic.gdx.ai.sched.Scheduler
      Adds the schedulable to the list using the given frequency and phase
      Specified by:
      add in interface com.badlogic.gdx.ai.sched.Scheduler
      Parameters:
      p1 - the task to schedule
      p2 - the frequency
      p3 - the phase
    • addWithAutomaticPhasing

      public void addWithAutomaticPhasing(com.badlogic.gdx.ai.sched.Schedulable p1, int p2)
      Description copied from interface: com.badlogic.gdx.ai.sched.Scheduler
      Adds the schedulable to the list using the given frequency and a phase calculated by this scheduler.
      Specified by:
      addWithAutomaticPhasing in interface com.badlogic.gdx.ai.sched.Scheduler
      Parameters:
      p1 - the task to schedule
      p2 - the frequency
    • 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.