Interface IEntityController

All Superinterfaces:
IUpdateable
All Known Subinterfaces:
IBehaviorController, IEntityAnimationController<T>, IMovementController
All Known Implementing Classes:
CreatureAnimationController, EntityAnimationController, GamepadEntityController, KeyboardEntityController, MousePathController, MovementController, PlatformingMovementController, PropAnimationController, StateController

public interface IEntityController extends IUpdateable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
     

    Methods inherited from interface de.gurkenlabs.litiengine.IUpdateable

    update
  • Method Details

    • attach

      void attach()
    • detach

      void detach()
    • getEntity

      IEntity getEntity()