public void b(NBTTagCompound nbttagcompound) {
    if (this.getItem() != null) {
      nbttagcompound.set("Item", this.getItem().save(new NBTTagCompound()));
      nbttagcompound.setByte("ItemRotation", (byte) this.getRotation());
      nbttagcompound.setFloat("ItemDropChance", this.e);
    }

    super.b(nbttagcompound);
  }