Class ActiveAnimationComponent
java.lang.Object
com.hypixel.hytale.server.core.modules.entity.component.ActiveAnimationComponent
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanString[]voidsetPlayingAnimation(AnimationSlot slot, String animation) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
activeAnimations
-
isNetworkOutdated
private boolean isNetworkOutdated
-
-
Constructor Details
-
ActiveAnimationComponent
public ActiveAnimationComponent() -
ActiveAnimationComponent
-
-
Method Details
-
getComponentType
-
getActiveAnimations
-
setPlayingAnimation
-
consumeNetworkOutdated
public boolean consumeNetworkOutdated() -
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-