public void readFromNBT(NBTTagCompound nbttagcompound) {
   super.readFromNBT(nbttagcompound);
   fuel = nbttagcompound.getShort("fuel");
   heat = nbttagcompound.getShort("heat");
   energy = nbttagcompound.getShort("energy");
   fueltype = nbttagcompound.getShort("fueltype");
   bred = nbttagcompound.getInteger("bred");
 }