@SuppressWarnings("all")
@FunctionAnnotation(name = "Aura", type = Type.Combat)
public class AuraFunction extends Function {
@Getter
public static LivingEntity target = null;
private long lerpStartTime = 0;
private float rotationSpeed = 0.7f;//0.7f
TimerUtil timer = new TimerUtil()...