com.gpl.rpg.AndorsTrail.model.actor.Actor; public int getAttacksPerTurn() { return (int) Math.floor(getMaxAP() / getAttackCost()); } public int getAttacksPerTurn() { return getMaxAP() / getAttackCost(); }