Class PropAnimationController<T extends Prop>

All Implemented Interfaces:
IEntityController, IAnimationController, IEntityAnimationController<T>, IUpdateable

public class PropAnimationController<T extends Prop> extends EntityAnimationController<T>
  • Field Details

  • Constructor Details

    • PropAnimationController

      public PropAnimationController(T prop)
      Initializes a new instance of the PropAnimationController class.
      Parameters:
      prop - The prop related to this controller.
  • Method Details