Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Telegraph_BX.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Telegraph_BX.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.msg.Telegraph
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.Telegraph_BX
public static class LJ_GDX_ai.Telegraph_BX.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.msg.Telegraph
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(com.badlogic.gdx.ai.msg.Telegram p1) Handles the telegram just received.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
handleMessage
public boolean handleMessage(com.badlogic.gdx.ai.msg.Telegram p1) Description copied from interface:com.badlogic.gdx.ai.msg.Telegraph
Handles the telegram just received.- Specified by:
handleMessage
in interfacecom.badlogic.gdx.ai.msg.Telegraph
- Parameters:
p1
- The telegram- Returns:
true
if the telegram has been successfully handled;false
otherwise.
-