Class LJ_GDX_ai.Connection_BY.LIP

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

public static class LJ_GDX_ai.Connection_BY.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.pfa.Connection
  • Method Details

    • getCost

      public float getCost()
      Description copied from interface: com.badlogic.gdx.ai.pfa.Connection
      Returns the non-negative cost of this connection
      Specified by:
      getCost in interface com.badlogic.gdx.ai.pfa.Connection
    • getFromNode

      public Object getFromNode()
      Description copied from interface: com.badlogic.gdx.ai.pfa.Connection
      Returns the node that this connection came from
      Specified by:
      getFromNode in interface com.badlogic.gdx.ai.pfa.Connection
    • getToNode

      public Object getToNode()
      Description copied from interface: com.badlogic.gdx.ai.pfa.Connection
      Returns the node that this connection leads to
      Specified by:
      getToNode in interface com.badlogic.gdx.ai.pfa.Connection