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
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.ArraygetConnections(Object p1) Returns the connections outgoing from the given node.intReturns the unique index of the given node.intReturns 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.GraphReturns the connections outgoing from the given node.- Specified by:
getConnectionsin 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.IndexedGraphReturns the unique index of the given node.- Specified by:
getIndexin 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.IndexedGraphReturns the number of nodes in this graph.- Specified by:
getNodeCountin interfacecom.badlogic.gdx.ai.pfa.indexed.IndexedGraph
-