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