Class LJ_GDX_ai.ProximityCallback_CZ.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.ProximityCallback_CZ.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.steer.Proximity.ProximityCallback, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.ProximityCallback_CZ

public static class LJ_GDX_ai.ProximityCallback_CZ.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.steer.Proximity.ProximityCallback
  • Method Details

    • reportNeighbor

      public boolean reportNeighbor(com.badlogic.gdx.ai.steer.Steerable p1)
      Description copied from interface: com.badlogic.gdx.ai.steer.Proximity.ProximityCallback
      The callback method used to report a neighbor.
      Specified by:
      reportNeighbor in interface com.badlogic.gdx.ai.steer.Proximity.ProximityCallback
      Parameters:
      p1 - the reported neighbor.
      Returns:
      true if the given neighbor is valid; false otherwise.