Ejemplo n.º 1
0
 public void readFromNBT(NBTTagCompound nbttagcompound) {
   super.readFromNBT(nbttagcompound);
   fuel = nbttagcompound.getShort("fuel");
   fuelGague = nbttagcompound.getShort("fuelGague");
 }