@Override
 public void readFromNBT(NBTTagCompound nbttagcompound) {
   super.readFromNBT(nbttagcompound);
   int rotation = nbttagcompound.getInteger("rotation");
   rotateDirectlyTo(rotation);
 }