Interface IMathAnimation<T extends net.minecraft.world.entity.LivingEntity>

All Known Implementing Classes:
LegAnimation

public interface IMathAnimation<T extends net.minecraft.world.entity.LivingEntity>
  • Method Details

    • getTransitionTime

      float getTransitionTime()
    • update

      void update(T entity, AnimationContext ctx)
      Update the animation
      Parameters:
      entity - The entity being animated
      ctx - The animation context (see AnimationContext)