@Override
 public void readFromNBT(NBTTagCompound compound) {
   energy.setEnergyStored(NBTHelper.getInt(compound, "energy"));
   super.readFromNBT(compound);
 }