Package com.prineside.luaj.mapping.parts
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 Summary
Modifier and TypeMethodDescriptionboolean
reportNeighbor
(com.badlogic.gdx.ai.steer.Steerable p1) The callback method used to report a neighbor.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
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 interfacecom.badlogic.gdx.ai.steer.Proximity.ProximityCallback
- Parameters:
p1
- the reported neighbor.- Returns:
true
if the given neighbor is valid;false
otherwise.
-