Package dev.gothickit.zenkit.mds
Interface Animation
- All Superinterfaces:
CacheableObject<CachedAnimation>
- All Known Implementing Classes:
CachedAnimation,NativeAnimation
-
Method Summary
Modifier and TypeMethodDescriptionfloatblendIn()floatblendOut()@Nullable EventCameraTremorcameraTremor(long i) long@NotNull List<@NotNull EventCameraTremor>float@NotNull AnimationDirection@Nullable EventTageventTag(long i) longint@NotNull EnumSet<AnimationFlag>flags()floatfps()intintlayer()@NotNull Stringmodel()@Nullable EventMorphAnimationmorphAnimation(long i) long@NotNull List<@NotNull EventMorphAnimation>@NotNull Stringname()@NotNull Stringnext()@Nullable EventParticleEffectparticleEffect(long i) long@NotNull List<@NotNull EventParticleEffect>@NotNull List<@NotNull EventParticleEffectStop>@Nullable EventParticleEffectStopparticleEffectStop(long i) long@Nullable EventSoundEffectsoundEffect(long i) long@Nullable EventSoundEffectGroundsoundEffectGround(long i) long@NotNull List<@NotNull EventSoundEffect>@NotNull List<@NotNull EventSoundEffectGround>floatspeed()Methods inherited from interface dev.gothickit.zenkit.CacheableObject
cache, isCached
-
Method Details
-
name
-
layer
int layer() -
next
-
blendIn
float blendIn() -
blendOut
float blendOut() -
flags
-
model
-
direction
-
firstFrame
int firstFrame() -
lastFrame
int lastFrame() -
fps
float fps() -
speed
float speed() -
collisionVolumeScale
float collisionVolumeScale() -
eventTagCount
long eventTagCount() -
particleEffectCount
long particleEffectCount() -
particleEffectStopCount
long particleEffectStopCount() -
soundEffectCount
long soundEffectCount() -
soundEffectGroundCount
long soundEffectGroundCount() -
morphAnimationCount
long morphAnimationCount() -
cameraTremorCount
long cameraTremorCount() -
eventTag
-
particleEffect
-
particleEffectStop
-
soundEffect
-
soundEffectGround
-
morphAnimation
-
cameraTremor
-
eventTags
-
particleEffects
-
particleEffectsStop
-
soundEffects
-
soundEffectsGround
-
morphAnimations
-
cameraTremors
-