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