@Override
 public void readFromNBT(NBTTagCompound nbt) {
   isAIActive.setValue(nbt.getBoolean("isHuntingActive"));
   isTaming = nbt.getBoolean("isTaming");
   standPoint = Point3D.readFromNBT("standPoint", nbt);
   ticksActive = nbt.getInteger("ticksActive");
 }