Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.State_BP.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.State_BP.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.fsm.State
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.State_BP
public static class LJ_GDX_ai.State_BP.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.fsm.State
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method will execute when the state is entered.void
This method will execute when the state is exited.boolean
This method executes if theentity
receives atelegram
from the message dispatcher while it is in this state.void
This is the state's normal update functionMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
enter
Description copied from interface:com.badlogic.gdx.ai.fsm.State
This method will execute when the state is entered.- Specified by:
enter
in interfacecom.badlogic.gdx.ai.fsm.State
- Parameters:
p1
- the entity entering the state
-
exit
Description copied from interface:com.badlogic.gdx.ai.fsm.State
This method will execute when the state is exited.- Specified by:
exit
in interfacecom.badlogic.gdx.ai.fsm.State
- Parameters:
p1
- the entity exiting the state
-
onMessage
Description copied from interface:com.badlogic.gdx.ai.fsm.State
This method executes if theentity
receives atelegram
from the message dispatcher while it is in this state.- Specified by:
onMessage
in interfacecom.badlogic.gdx.ai.fsm.State
- Parameters:
p1
- the entity that received the messagep2
- the message sent to the entity- Returns:
- true if the message has been successfully handled; false otherwise.
-
update
Description copied from interface:com.badlogic.gdx.ai.fsm.State
This is the state's normal update function- Specified by:
update
in interfacecom.badlogic.gdx.ai.fsm.State
- Parameters:
p1
- the entity lasting the state
-