Interface MorphAnimation

All Superinterfaces:
CacheableObject<CachedMorphAnimation>
All Known Implementing Classes:
CachedMorphAnimation, NativeMorphAnimation

public interface MorphAnimation extends CacheableObject<CachedMorphAnimation>
  • Method Details

    • name

      @NotNull @NotNull String name()
    • layer

      int layer()
    • blendIn

      float blendIn()
    • blendOut

      float blendOut()
    • duration

      float duration()
    • speed

      float speed()
    • flags

      byte flags()
    • frameCount

      int frameCount()
    • vertices

      int @NotNull [] vertices()
    • samples

      @NotNull @NotNull Vec3f @NotNull [] samples()