package com.minelittlepony.ducks; public interface IPonyAnimationHolder { float getStrafeAmount(float ticks); }