Interface AnimationCombine

All Superinterfaces:
CacheableObject<CachedAnimationCombine>
All Known Implementing Classes:
CachedAnimationCombine, NativeAnimationCombine

public interface AnimationCombine extends CacheableObject<CachedAnimationCombine>
  • Method Details

    • name

      @NotNull @NotNull String name()
    • layer

      int layer()
    • next

      @NotNull @NotNull String next()
    • blendIn

      float blendIn()
    • blendOut

      float blendOut()
    • flags

      @NotNull @NotNull EnumSet<AnimationFlag> flags()
    • model

      @NotNull @NotNull String model()
    • lastFrame

      int lastFrame()