Class PlayerAnimationFrame

java.lang.Object
dev.kosmx.playerAnim.api.layered.PlayerAnimationFrame
All Implemented Interfaces:
IAnimation

public abstract class PlayerAnimationFrame extends Object implements IAnimation
Mixin it into a player, add to its Animation stack, and override its tick,

It is a representation of your pose on the frame. Override IAnimation.setupAnim(float) and set the pose there.