Package com.prineside.luaj.mapping.parts
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
- 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Modifier and TypeMethodDescriptionvoidrun(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
- 
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.
 
 -