@Override
 public void readFromNBT(NBTTagCompound compound) {
   super.readFromNBT(compound);
   isActive = compound.getBoolean(KEY_IS_ACTIVE);
 }