public abstract class EvilEye extends Spell { final String schoolName = "Evil Eye"; public String getSchoolName(){ return schoolName; } }