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 Details

    • getConnections

      public com.badlogic.gdx.utils.Array getConnections(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.pfa.Graph
      Returns the connections outgoing from the given node.
      Specified by:
      getConnections in interface com.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

      public int getIndex(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.pfa.indexed.IndexedGraph
      Returns the unique index of the given node.
      Specified by:
      getIndex in interface com.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 interface com.badlogic.gdx.ai.pfa.indexed.IndexedGraph