Interface AnimationBlend

All Superinterfaces:
CacheableObject<CachedAnimationBlend>
All Known Implementing Classes:
CachedAnimationBlend, NativeAnimationBlend

public interface AnimationBlend extends CacheableObject<CachedAnimationBlend>
  • Method Details

    • name

      @NotNull @NotNull String name()
    • next

      @NotNull @NotNull String next()
    • blendIn

      float blendIn()
    • blendOut

      float blendOut()