HyCodeYourTale
classpublicPriority 1

ActiveAnimationComponent

com.hypixel.hytale.server.core.modules.entity.component.ActiveAnimationComponent

implements Component

5

Methods

5

Public Methods

2

Fields

2

Constructors

Constructors

public
ActiveAnimationComponent()
public
ActiveAnimationComponent(String[] activeAnimations)

Methods

Public Methods (5)

public
Component<EntityStore> clone()
@Nonnull@Override
public
boolean consumeNetworkOutdated()
public
String[] getActiveAnimations()
publicstatic
ComponentType<EntityStore, ActiveAnimationComponent> getComponentType()
public
void setPlayingAnimation(AnimationSlot slot, String animation)

Fields

Private/Package Fields (2)

privateString[] activeAnimations
privateboolean isNetworkOutdated

Related Classes