packet.addInt32(animal.getPlayerID());
packet.addInt32(animal.getZoneID());
packet.addShort16((short) animal.getBiomass());
packet.addFloat(animal.getX());
packet.addFloat(animal.getY());
packet.addFloat(animal.getZ());
packet.addShort16((short) animal.getGroupSize());
packet.addShort16((short) count);
return packet.getBytes();
}