Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.GraphPath_CC.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.GraphPath_CC.LIP
- All Implemented Interfaces:
 com.badlogic.gdx.ai.pfa.GraphPath,com.esotericsoftware.kryo.KryoSerializable,Iterable
- Enclosing class:
 - LJ_GDX_ai.GraphPath_CC
 
public static class LJ_GDX_ai.GraphPath_CC.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.pfa.GraphPath
- 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
add
Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPathAdds an item at the end of this path.- Specified by:
 addin interfacecom.badlogic.gdx.ai.pfa.GraphPath
 - 
clear
public void clear()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPathClears this path.- Specified by:
 clearin interfacecom.badlogic.gdx.ai.pfa.GraphPath
 - 
forEach
 - 
get
Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPathReturns the item of this path at the given index.- Specified by:
 getin interfacecom.badlogic.gdx.ai.pfa.GraphPath
 - 
getCount
public int getCount()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPathReturns the number of items of this path.- Specified by:
 getCountin interfacecom.badlogic.gdx.ai.pfa.GraphPath
 - 
iterator
 - 
reverse
public void reverse()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPathReverses this path.- Specified by:
 reversein interfacecom.badlogic.gdx.ai.pfa.GraphPath
 - 
spliterator
- Specified by:
 spliteratorin interfaceIterable
 
 -