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
  • 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 interface com.badlogic.gdx.ai.msg.Telegraph
      Parameters:
      p1 - The telegram
      Returns:
      true if the telegram has been successfully handled; false otherwise.