Class ActiveAnimationComponent

java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.ActiveAnimationComponent
All Implemented Interfaces:
Component<EntityStore>, Cloneable

public class ActiveAnimationComponent extends Object implements Component<EntityStore>
  • Field Details

    • activeAnimations

      private final String[] activeAnimations
    • isNetworkOutdated

      private boolean isNetworkOutdated
  • Constructor Details

    • ActiveAnimationComponent

      public ActiveAnimationComponent()
    • ActiveAnimationComponent

      public ActiveAnimationComponent(String[] activeAnimations)
  • Method Details