Package com.prineside.luaj.mapping.parts
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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptionprovideMessageInfo(int p1, com.badlogic.gdx.ai.msg.Telegraph p2) ProvidesTelegram.extraInfoto dispatch immediately when aTelegraphis registered for the given message type.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
provideMessageInfo
Description copied from interface:com.badlogic.gdx.ai.msg.TelegramProviderProvidesTelegram.extraInfoto dispatch immediately when aTelegraphis registered for the given message type.- Specified by:
provideMessageInfoin interfacecom.badlogic.gdx.ai.msg.TelegramProvider- Parameters:
p1- the message type to providep2- 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...)
-