Package com.prineside.luaj.mapping.parts
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
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(com.badlogic.gdx.ai.sched.Schedulable p1, int p2, int p3) Adds theschedulableto the list using the givenfrequencyandphasevoidaddWithAutomaticPhasing(com.badlogic.gdx.ai.sched.Schedulable p1, int p2) Adds theschedulableto the list using the givenfrequencyand a phase calculated by this scheduler.voidrun(long p1) Method invoked by theSchedulerwhen this schedulable needs to be run.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
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.SchedulerAdds theschedulableto the list using the givenfrequencyandphase- Specified by:
addin interfacecom.badlogic.gdx.ai.sched.Scheduler- Parameters:
p1- the task to schedulep2- the frequencyp3- the phase
-
addWithAutomaticPhasing
public void addWithAutomaticPhasing(com.badlogic.gdx.ai.sched.Schedulable p1, int p2) Description copied from interface:com.badlogic.gdx.ai.sched.SchedulerAdds theschedulableto the list using the givenfrequencyand a phase calculated by this scheduler.- Specified by:
addWithAutomaticPhasingin interfacecom.badlogic.gdx.ai.sched.Scheduler- Parameters:
p1- the task to schedulep2- the frequency
-
run
public void run(long p1) Description copied from interface:com.badlogic.gdx.ai.sched.SchedulableMethod invoked by theSchedulerwhen this schedulable needs to be run.- Specified by:
runin interfacecom.badlogic.gdx.ai.sched.Schedulable- Parameters:
p1- the maximum time in nanoseconds this scheduler should run on the current frame.
-