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 Summary
Modifier and TypeMethodDescriptionfloatvoidupdate(T entity, AnimationContext ctx) Update the animation
-
Method Details
-
getTransitionTime
float getTransitionTime() -
update
Update the animation- Parameters:
entity- The entity being animatedctx- The animation context (seeAnimationContext)
-