/** (abstract) Protected helper method to read subclass entity data from NBT. */
 protected void readEntityFromNBT(NBTTagCompound par1NBTTagCompound) {
   super.readEntityFromNBT(par1NBTTagCompound);
   this.pushX = par1NBTTagCompound.getDouble("PushX");
   this.pushZ = par1NBTTagCompound.getDouble("PushZ");
   this.fuel = par1NBTTagCompound.getShort("Fuel");
 }
 /** (abstract) Protected helper method to read subclass entity data from NBT. */
 protected void readEntityFromNBT(NBTTagCompound par1NBTTagCompound) {
   super.readEntityFromNBT(par1NBTTagCompound);
   this.mobSpawnerLogic.readFromNBT(par1NBTTagCompound);
 }