Class LJ_GDX_ai.GraphPath_CC.LIP

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

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

    • add

      public void add(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.pfa.GraphPath
      Adds an item at the end of this path.
      Specified by:
      add in interface com.badlogic.gdx.ai.pfa.GraphPath
    • clear

      public void clear()
      Description copied from interface: com.badlogic.gdx.ai.pfa.GraphPath
      Clears this path.
      Specified by:
      clear in interface com.badlogic.gdx.ai.pfa.GraphPath
    • forEach

      public void forEach(Consumer p1)
      Specified by:
      forEach in interface Iterable
    • get

      public Object get(int p1)
      Description copied from interface: com.badlogic.gdx.ai.pfa.GraphPath
      Returns the item of this path at the given index.
      Specified by:
      get in interface com.badlogic.gdx.ai.pfa.GraphPath
    • getCount

      public int getCount()
      Description copied from interface: com.badlogic.gdx.ai.pfa.GraphPath
      Returns the number of items of this path.
      Specified by:
      getCount in interface com.badlogic.gdx.ai.pfa.GraphPath
    • iterator

      public Iterator iterator()
      Specified by:
      iterator in interface Iterable
    • reverse

      public void reverse()
      Description copied from interface: com.badlogic.gdx.ai.pfa.GraphPath
      Reverses this path.
      Specified by:
      reverse in interface com.badlogic.gdx.ai.pfa.GraphPath
    • spliterator

      public Spliterator spliterator()
      Specified by:
      spliterator in interface Iterable