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
  • Method Details

    • enter

      public void enter(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.fsm.State
      This method will execute when the state is entered.
      Specified by:
      enter in interface com.badlogic.gdx.ai.fsm.State
      Parameters:
      p1 - the entity entering the state
    • exit

      public void exit(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.fsm.State
      This method will execute when the state is exited.
      Specified by:
      exit in interface com.badlogic.gdx.ai.fsm.State
      Parameters:
      p1 - the entity exiting the state
    • onMessage

      public boolean onMessage(Object p1, com.badlogic.gdx.ai.msg.Telegram p2)
      Description copied from interface: com.badlogic.gdx.ai.fsm.State
      This method executes if the entity receives a telegram from the message dispatcher while it is in this state.
      Specified by:
      onMessage in interface com.badlogic.gdx.ai.fsm.State
      Parameters:
      p1 - the entity that received the message
      p2 - the message sent to the entity
      Returns:
      true if the message has been successfully handled; false otherwise.
    • update

      public void update(Object p1)
      Description copied from interface: com.badlogic.gdx.ai.fsm.State
      This is the state's normal update function
      Specified by:
      update in interface com.badlogic.gdx.ai.fsm.State
      Parameters:
      p1 - the entity lasting the state