Interface IEntityController

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

public interface IEntityController extends IUpdateable
  • Method Details

    • attach

      void attach()
    • detach

      void detach()
    • getEntity

      IEntity getEntity()