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 TypeMethodDescriptionvoidThis method will execute when the state is entered.voidThis method will execute when the state is exited.booleanThis method executes if theentityreceives atelegramfrom the message dispatcher while it is in this state.voidThis 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.StateThis method will execute when the state is entered.- Specified by:
enterin interfacecom.badlogic.gdx.ai.fsm.State- Parameters:
p1- the entity entering the state
-
exit
Description copied from interface:com.badlogic.gdx.ai.fsm.StateThis method will execute when the state is exited.- Specified by:
exitin interfacecom.badlogic.gdx.ai.fsm.State- Parameters:
p1- the entity exiting the state
-
onMessage
Description copied from interface:com.badlogic.gdx.ai.fsm.StateThis method executes if theentityreceives atelegramfrom the message dispatcher while it is in this state.- Specified by:
onMessagein 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.StateThis is the state's normal update function- Specified by:
updatein interfacecom.badlogic.gdx.ai.fsm.State- Parameters:
p1- the entity lasting the state
-