/** (abstract) Protected helper method to write subclass entity data to NBT. */
 public void writeEntityToNBT(NBTTagCompound par1NBTTagCompound) {
   par1NBTTagCompound.setString("Motive", this.art.title);
   super.writeEntityToNBT(par1NBTTagCompound);
 }