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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(com.badlogic.gdx.ai.sched.Schedulable p1, int p2, int p3) Adds theschedulable
to the list using the givenfrequency
andphase
void
addWithAutomaticPhasing
(com.badlogic.gdx.ai.sched.Schedulable p1, int p2) Adds theschedulable
to the list using the givenfrequency
and a phase calculated by this scheduler.void
run
(long p1) Method invoked by theScheduler
when 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.Scheduler
Adds theschedulable
to the list using the givenfrequency
andphase
- Specified by:
add
in 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.Scheduler
Adds theschedulable
to the list using the givenfrequency
and a phase calculated by this scheduler.- Specified by:
addWithAutomaticPhasing
in 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.Schedulable
Method invoked by theScheduler
when this schedulable needs to be run.- Specified by:
run
in interfacecom.badlogic.gdx.ai.sched.Schedulable
- Parameters:
p1
- the maximum time in nanoseconds this scheduler should run on the current frame.
-