Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.IndexedGraph_CP.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.IndexedGraph_CP.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Graph
,com.badlogic.gdx.ai.pfa.indexed.IndexedGraph
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.IndexedGraph_CP
public static class LJ_GDX_ai.IndexedGraph_CP.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.pfa.indexed.IndexedGraph
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.Array
getConnections
(Object p1) Returns the connections outgoing from the given node.int
Returns the unique index of the given node.int
Returns the number of nodes in this graph.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
getConnections
Description copied from interface:com.badlogic.gdx.ai.pfa.Graph
Returns the connections outgoing from the given node.- Specified by:
getConnections
in interfacecom.badlogic.gdx.ai.pfa.Graph
- Parameters:
p1
- the node whose outgoing connections will be returned- Returns:
- the array of connections outgoing from the given node.
-
getIndex
Description copied from interface:com.badlogic.gdx.ai.pfa.indexed.IndexedGraph
Returns the unique index of the given node.- Specified by:
getIndex
in interfacecom.badlogic.gdx.ai.pfa.indexed.IndexedGraph
- Parameters:
p1
- the node whose index will be returned- Returns:
- the unique index of the given node.
-
getNodeCount
public int getNodeCount()Description copied from interface:com.badlogic.gdx.ai.pfa.indexed.IndexedGraph
Returns the number of nodes in this graph.- Specified by:
getNodeCount
in interfacecom.badlogic.gdx.ai.pfa.indexed.IndexedGraph
-