public class ActiveAnimationComponent implements Component
Component for tracking activeanimation state. Attach this component to entities that need to track activeanimation data.
java.lang.Object > ActiveAnimationComponent
Field Summary
isNetworkOutdated
private
boolean
isNetworkOutdated
Field isNetworkOutdated.
temp
final
boolean
temp
Field temp.
Method Detail
getComponentType
public
ActiveAnimationComponent>
getComponentType
()
Method getComponentType.
ActiveAnimationComponent
public
public
ActiveAnimationComponent
()
Method ActiveAnimationComponent.
getActiveAnimations
public
String[]
getActiveAnimations
()
Method getActiveAnimations.
setPlayingAnimation
Method setPlayingAnimation.
- Parameters:
final AnimationSlotslot@Nullable final Stringanimation
consumeNetworkOutdated
public
boolean
consumeNetworkOutdated
()
Method consumeNetworkOutdated.