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.GraphPath
Adds an item at the end of this path.- Specified by:
add
in interfacecom.badlogic.gdx.ai.pfa.GraphPath
-
clear
public void clear()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPath
Clears this path.- Specified by:
clear
in interfacecom.badlogic.gdx.ai.pfa.GraphPath
-
forEach
-
get
Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPath
Returns the item of this path at the given index.- Specified by:
get
in interfacecom.badlogic.gdx.ai.pfa.GraphPath
-
getCount
public int getCount()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPath
Returns the number of items of this path.- Specified by:
getCount
in interfacecom.badlogic.gdx.ai.pfa.GraphPath
-
iterator
-
reverse
public void reverse()Description copied from interface:com.badlogic.gdx.ai.pfa.GraphPath
Reverses this path.- Specified by:
reverse
in interfacecom.badlogic.gdx.ai.pfa.GraphPath
-
spliterator
- Specified by:
spliterator
in interfaceIterable
-