Class LJ_GDX_ai.TelegramProvider_BW.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.TelegramProvider_BW.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.msg.TelegramProvider, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.TelegramProvider_BW

public static class LJ_GDX_ai.TelegramProvider_BW.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.msg.TelegramProvider
  • Method Details

    • provideMessageInfo

      public Object provideMessageInfo(int p1, com.badlogic.gdx.ai.msg.Telegraph p2)
      Description copied from interface: com.badlogic.gdx.ai.msg.TelegramProvider
      Provides Telegram.extraInfo to dispatch immediately when a Telegraph is registered for the given message type.
      Specified by:
      provideMessageInfo in interface com.badlogic.gdx.ai.msg.TelegramProvider
      Parameters:
      p1 - the message type to provide
      p2 - the newly registered Telegraph. Providers can provide different info depending on the targeted Telegraph.
      Returns:
      extra info to dispatch in a Telegram or null if nothing to dispatch
      See Also:
      • MessageDispatcher.addListener(Telegraph, int)
      • MessageDispatcher.addListeners(Telegraph, int...)