Class LJ_GDX_ai.Graph_CB.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Graph_CB.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Graph, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.Graph_CB

public static class LJ_GDX_ai.Graph_CB.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.pfa.Graph
  • 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.