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 TypeMethodDescriptionbooleanhandleMessage(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.TelegraphHandles the telegram just received.- Specified by:
 handleMessagein interfacecom.badlogic.gdx.ai.msg.Telegraph- Parameters:
 p1- The telegram- Returns:
 trueif the telegram has been successfully handled;falseotherwise.
 
 -